HSL(117, 75%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,75%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 75%, 52%) color: hsl(117, 75%, 52%)
HEX #32E029 color: #32E029
RGB rgb(50, 224, 41) color: rgb(50, 224, 41)
CMYK cmyk(78%, 0%, 82%, 12%)
HSV hsv(117, 82%, 88%)
HWB hwb(117 16% 12%) color: hwb(117 16% 12%)
OKLCH oklch(0.7911 0.2522 142.3) color: oklch(0.7911 0.2522 142.3)
Lab lab(78.55 -73.38 69.71) color: lab(78.55 -73.38 69.71)
LCH lch(78.55 101.21 136.47) color: lch(78.55 101.21 136.47)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.78:1
vs Black 11.83:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7D7F55 — rgb(125, 127, 85)

Deuteranopia (Green-blind)

#736660 — rgb(115, 102, 96)

Tritanopia (Blue-blind)

#3B7880 — rgb(59, 120, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 75%, 52%);

text

color: hsl(117, 75%, 52%);

border

border: 2px solid hsl(117, 75%, 52%);

gradient light

background: linear-gradient(to right, hsl(117, 75%, 72%), hsl(117, 75%, 52%));

gradient dark

background: linear-gradient(to right, hsl(117, 75%, 52%), hsl(117, 75%, 32%))

hex

background-color: #32E029;

tailwind

bg-[hsl(117,75%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 75%, 52%, 0.4);

css variable

--color-primary: hsl(117, 75%, 52%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(117, 75%, 52%)?

HEX: #32E029 | RGB: rgb(50, 224, 41) | CMYK: 78%, 0%, 82%, 12% | HSV: 117°, 82%, 88%. Copy any format from the conversion table above.

What colors go well with #32E029?

The complementary color is HSL(297, 75%, 52%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 75%, 52%) in CSS?

As HSL: color: hsl(117, 75%, 52%); — As HEX: color: #32E029; — As RGB: color: rgb(50, 224, 41); — Tailwind CSS: bg-[hsl(117,75%,52%)] — CSS variable: --color-primary: hsl(117, 75%, 52%);