{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

Prairie Winds® 'Lemon Squeeze' Fountain Grass (Pennisetum)

PERENNIAL

Description

  • Golden foliage shines in the garden!
  • Fluffy copper flower spikes add interest from summer through winter.
  • Sun-loving, deer resistant, and durable.
  • Zones 5-9, sun, 3.5' tall x 4.5' wide at maturity.
Zone 5-9
Light sun
medium

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/497Pennisetumalopecuroides_LemonSqueeze_-3.jpg?v=1647287926', title: 'Prairie Winds® Lemon Squeeze Fountain Grass (Pennisetum)', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description Prairie Winds® 'Lemon Squeeze' fountain grass (Pennisetum alopecuroides) puts a twist on the classic look of fountain grasses. It boasts vibrant gold and chartreuse leaves from spring to fall! Many gold-foliage grasses burn in full sun, but not Prairie Winds® 'Lemon Squeeze'. It shines, making your sun garden even brighter.

In late summer, copper flower spikes appear above the foliage. Leave the foliage and flowers standing for winter interest and coverage for wildlife, or cut some to use in dried flower arrangements. It's easy to grow, deer resistant, and durable, making it a great option for every gardener.
Details Botanical name: Pennisetum alopecuroides ‘Lemon Squeeze’
Common name: Fountain grass
Patent #: PP34634
Zone: 5,6,7,8,9
Sun exposure: Sun (6+ hrs/day)
Height x width: 4 - 4.5′ tall X 3 - 3.5′ wide
Flower color: purple, turning tan in fall and winter
Foliage color: Green and gold
Season of interest: Year-round
Bloom time: Midsummer, late summer, early fall
Features: Winter interest, Proven Winners, privacy & screening, drought tolerant, deer resistant, container plants, best for beginners
Uses: Background, border, cottage gardening, foundation planting, massing, specimen, cut flower garden
How To Grow Soil: Any well-drained soil will do.
Light: Performs best in full sun. Can tolerate part sun, but may not produce as many flowers.
Water: Average. Once established, it will tolerate a bit of drought, but flowers better, and develops better color, if provided with a deep watering during periods of extended drought.
Spacing: 3 - 3.5′
Fertilizing: Does not require fertilizer, but if desired you can apply a small amount of all purpose garden fertilizer in spring. Be sure to water it in thoroughly.
Winterizing: We recommend leaving foliage in place over winter, as ornamental grasses contribute substantial interest in otherwise dormant landscapes. This practice also helps minimize the potential for rot in cold, wet soils – particularly in areas with clay soil.
Maintenance & pruning: Prune down to 3-4″ above soil level in late winter or early spring, before new growth emerges.

Ideas & Inspiration

Grasses for Winter Interest

Adding ornamental grass is one surefire way to bring beauty to the bleakness! Here are a few options that each have a unique pop to add to that garden you’re gazing out at during those especially chilly days.

Customer Reviews

Based on 9 reviews
89%
(8)
0%
(0)
0%
(0)
0%
(0)
11%
(1)
C
C.S. (Tennessee)
Huge disappointment

I purchased 6 of these grasses with great expectations. Ordered 6 in total.Overwintered 4 in the ground and 2 in containers.
As of yet there are no signs of life on any of them. I am in zone 6-7and should have seen something by now.

We're sorry you're having trouble with your plants. Our team of horticulture experts would love to take a closer look! Please contact us at claims@greatgardenplants.com with your order number and photos of the plants so we can better assist you. All orders are covered by our 60-day guarantee. We look forward to helping! https://bit.ly/ggp-guarantee

S
S.P. (North Carolina)
Lemon squeeze pennisetum

Love it ! Tough little grass. I let it dry a little but it’s getting bigger and better everyday. I bought the quart size. Excited to watch it grow. Thanks so much! Shipping and packing is always top notch.

S
S.E. (West Virginia)

Delivered in great shape!

C
C.K. (Pennsylvania)
Lemon Squeeze

Real nice plants, shipped on time. We had them planted about 3 weeks and they were all doing fantastic. Just got through the remnants of hurricane Debby and received 4 inches of rain. Keeping our fingers crossed. Great place for plants. Thanks

C
C.M.

Proven Winners plant. Packed well and great condition.