{% 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.

Hollywood Hibiscus™ America's Sweetheart™ Tropical Hibiscus

SHRUB

Description

  • Classic pink blooms fit for a star on the Walk of Fame!
  • Blooms late spring through frost without fading.
  • Exceptional heat-tolerance, plant in a poolside patio container.
  • Zones 9-11, sun, 3-4’ tall x 4-5’ wide at maturity.
Zone 9-11
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':['10a', '10b', '11a', '11b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/files/Hibiscusrosa-sinensisHollywoodAmericasSweetheart_2_-800x800-1a07deb.png?v=1713535229', title: 'Hollywood Hibiscus™ Americas Sweetheart™ Tropical Hibiscus', 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 There's nothing more charming than Hollywood Hibiscus™ America's Sweetheart™ tropical hibiscus! America's Sweetheart™ features gorgeous true pink flowers that fade to crisp white margins, with yellow and red nectar-filled centers that bees love. Once the flowers bloom in late spring, they won't stop until the first frost, even in high summer temperatures, making this perennial a superstar! Just be sure America's Sweetheart™ is planted in a sunny spot to keep the blooms coming. Consider planting in a patio container so it's easier to bring inside during winter.

The Hollywood Hibiscus™ line features a plethora of long-blooming colorful flowers with exceptional heat tolerance. The bloom count and bud set on these plants are very high and deserving of a star on the Hollywood Walk of Fame! Tropical hibiscus is an excellent shrub for beginners, experts, cut flower enthusiasts, pollinator lovers, and every gardener in between. It's not very tolerant of cold temperatures, so it can be grown annually or brought inside during the winter.
Details Botanical name: Hibiscus rosa-sinensis 'America's Sweetheart'
Patent: USPPAF
Common name: Hibiscus, tropical hibiscus
Zone: 9 - 11
Sun exposure: Full sun (> 6 hours sun)
Height x width: 3-4' tall and 4-5' wide
Flower color: Pink
Foliage color: Green
Season of interest: Spring through fall
Bloom time: Late spring through early fall
Features:heat-tolerant, deer resistant, container gardening, best for beginners, pollinator-friendly, fragrant, cut flower, long-blooming
Uses: Flower gardens, containers, landscaping, specimen, flowering hedge
How To Grow Soil: Plant in any sunny spot with moist soil. If grown in dry conditions, growth and blooming may be compromised.
Light: Full sun (> 6 hours sun) is best.
Water: Average to high.
Space: 4.5 - 5 feet
Fertilizing: Fertilize in early spring, once the ground has thawed, with a granular rose fertilizer.
Winterizing: No special treatment is required; Stems can be cut off once the plant has gone dormant in late autumn as they do not add any considerable interest. 2-3" of mulch is recommended.
Maintenance and pruning: Little needed. Hibiscus is one of the very last plants to emerge each spring. Be patient! Once they begin to show buds, they will start to grow quickly.

Garden Care

Meet Your New Garden Superstar: Proven Winners® Hollywood Hibiscus

The new Hollywood Hibiscus™ Tropical hibiscus line from Proven Winners ColorChoice Shrubs is the talk of the town (or should we say garden)! The oh-so sensational blooms are bold, bright, and low-maintenance, deserving of a star on the Hollywood Walk of Fame. Here, we’ll tell you more about the new Hollywood Hibiscus™ and why this tropical beauty will quickly become the rising star of your garden.

Close-up of an orange and pink hibiscus flower with a blurred background

Customer Reviews

Based on 5 reviews
80%
(4)
0%
(0)
0%
(0)
20%
(1)
0%
(0)
D
D.W. (Oregon)
Unlikely to bloom

Poor packing resulted in eight buds broken off and half the plant also. It is now recovering but I doubt it will bloom. No sign of any growth.

Hello! We’re sorry that you received plants that are not up to our standards. We try our best to provide excellent plants, but some factors, like shipping and handling, are outside our control. That’s why we have a 60-day guarantee on all of our orders. Please email your order number and pictures of your plants to claims@greatgardenplants.com to start the claims process. We look forward to helping! https://bit.ly/ggp-guarantee

S
S.A.

Ordered two of these in the quart size. Very healthy, shiny leaves, and they were very well packaged. First order here, and I’ll be back.

W
W.W. (Illinois)
Hollywood Hibiscus

Arrived in good shape and began blooming Beautiful blooms, plant doing well.

P
P.G. (Georgia)
Hibiscus

This hibiscus is beautiful. I order two to into my daughter back yard. I order all my plants from this company. Most of my plants arrived in time and good condition

B
B.S.
Small but Healthy

It arrived with healthy dark green leaves. It’s growing well. I have it in a south facing window on the sill for now. Several new leaves have appeared, no flower buds yet.