HSL(117, 34%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(117, 34%, 52%) color: hsl(117, 34%, 52%)
HEX #5FAE5B color: #5FAE5B
RGB rgb(95, 174, 91) color: rgb(95, 174, 91)
CMYK cmyk(45%, 0%, 48%, 32%)
HSV hsv(117, 48%, 68%)
HWB hwb(117 35% 32%) color: hwb(117 35% 32%)
OKLCH oklch(0.6801 0.1412 142.88) color: oklch(0.6801 0.1412 142.88)
Lab lab(64.53 -41.32 35.08) color: lab(64.53 -41.32 35.08)
LCH lch(64.53 54.2 139.67) color: lch(64.53 54.2 139.67)

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 2.73:1
vs Black 7.69: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)

#81826F — rgb(129, 130, 111)

Deuteranopia (Green-blind)

#7D7774 — rgb(125, 119, 116)

Tritanopia (Blue-blind)

#637F82 — rgb(99, 127, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #5FAE5B;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(117, 34%, 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, 34%, 52%)?

HEX: #5FAE5B | RGB: rgb(95, 174, 91) | CMYK: 45%, 0%, 48%, 32% | HSV: 117°, 48%, 68%. Copy any format from the conversion table above.

What colors go well with #5FAE5B?

The complementary color is HSL(297, 34%, 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, 34%, 52%) in CSS?

As HSL: color: hsl(117, 34%, 52%); — As HEX: color: #5FAE5B; — As RGB: color: rgb(95, 174, 91); — Tailwind CSS: bg-[hsl(117,34%,52%)] — CSS variable: --color-primary: hsl(117, 34%, 52%);