HSL(116, 69%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(116,69%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(116, 69%, 35%) color: hsl(116, 69%, 35%)
HEX #24971C color: #24971C
RGB rgb(36, 151, 28) color: rgb(36, 151, 28)
CMYK cmyk(76%, 0%, 81%, 41%)
HSV hsv(116, 81%, 59%)
HWB hwb(116 11% 41%) color: hwb(116 11% 41%)
OKLCH oklch(0.5915 0.185 142.14) color: oklch(0.5915 0.185 142.14)
Lab lab(54.65 -53.66 51.03) color: lab(54.65 -53.66 51.03)
LCH lch(54.65 74.05 136.44) color: lch(54.65 74.05 136.44)

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 3.81:1
vs Black 5.52:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#56573A — rgb(86, 87, 58)

Deuteranopia (Green-blind)

#4F4741 — rgb(79, 71, 65)

Tritanopia (Blue-blind)

#2A5156 — rgb(42, 81, 86)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(116, 69%, 35%);

text

color: hsl(116, 69%, 35%);

border

border: 2px solid hsl(116, 69%, 35%);

gradient light

background: linear-gradient(to right, hsl(116, 69%, 55%), hsl(116, 69%, 35%));

gradient dark

background: linear-gradient(to right, hsl(116, 69%, 35%), hsl(116, 69%, 15%))

hex

background-color: #24971C;

tailwind

bg-[hsl(116,69%,35%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(116, 69%, 35%, 0.4);

css variable

--color-primary: hsl(116, 69%, 35%);

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(116, 69%, 35%)?

HEX: #24971C | RGB: rgb(36, 151, 28) | CMYK: 76%, 0%, 81%, 41% | HSV: 116°, 81%, 59%. Copy any format from the conversion table above.

What colors go well with #24971C?

The complementary color is HSL(296, 69%, 35%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(116, 69%, 35%) in CSS?

As HSL: color: hsl(116, 69%, 35%); — As HEX: color: #24971C; — As RGB: color: rgb(36, 151, 28); — Tailwind CSS: bg-[hsl(116,69%,35%)] — CSS variable: --color-primary: hsl(116, 69%, 35%);