HSL(121, 97%, 24%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(121,97%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 97%, 24%) color: hsl(121, 97%, 24%)
HEX #027904 color: #027904
RGB rgb(2, 121, 4) color: rgb(2, 121, 4)
CMYK cmyk(98%, 0%, 97%, 53%)
HSV hsv(121, 98%, 47%)
HWB hwb(121 1% 53%) color: hwb(121 1% 53%)
OKLCH oklch(0.4995 0.1683 142.63) color: oklch(0.4995 0.1683 142.63)
Lab lab(43.79 -49.31 47.05) color: lab(43.79 -49.31 47.05)
LCH lch(43.79 68.16 136.34) color: lch(43.79 68.16 136.34)

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 5.62:1
vs Black 3.74:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#363720 — rgb(54, 55, 32)

Deuteranopia (Green-blind)

#2F2627 — rgb(47, 38, 39)

Tritanopia (Blue-blind)

#08373C — rgb(8, 55, 60)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 97%, 24%);

text

color: hsl(121, 97%, 24%);

border

border: 2px solid hsl(121, 97%, 24%);

gradient light

background: linear-gradient(to right, hsl(121, 97%, 44%), hsl(121, 97%, 24%));

gradient dark

background: linear-gradient(to right, hsl(121, 97%, 24%), hsl(121, 97%, 4%))

hex

background-color: #027904;

tailwind

bg-[hsl(121,97%,24%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(121, 97%, 24%, 0.4);

css variable

--color-primary: hsl(121, 97%, 24%);

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(121, 97%, 24%)?

HEX: #027904 | RGB: rgb(2, 121, 4) | CMYK: 98%, 0%, 97%, 53% | HSV: 121°, 98%, 47%. Copy any format from the conversion table above.

What colors go well with #027904?

The complementary color is HSL(301, 97%, 24%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 97%, 24%) in CSS?

As HSL: color: hsl(121, 97%, 24%); — As HEX: color: #027904; — As RGB: color: rgb(2, 121, 4); — Tailwind CSS: bg-[hsl(121,97%,24%)] — CSS variable: --color-primary: hsl(121, 97%, 24%);