HSL(121, 78%, 61%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(121,78%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 78%, 61%) color: hsl(121, 78%, 61%)
HEX #4EE951 color: #4EE951
RGB rgb(78, 233, 81) color: rgb(78, 233, 81)
CMYK cmyk(67%, 0%, 65%, 9%)
HSV hsv(121, 67%, 91%)
HWB hwb(121 30% 9%) color: hwb(121 30% 9%)
OKLCH oklch(0.823 0.2325 143.36) color: oklch(0.823 0.2325 143.36)
Lab lab(82.1 -68.74 60.03) color: lab(82.1 -68.74 60.03)
LCH lch(82.1 91.26 138.87) color: lch(82.1 91.26 138.87)

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.6:1
vs Black 13.1: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)

#919376 — rgb(145, 147, 118)

Deuteranopia (Green-blind)

#887D7F — rgb(136, 125, 127)

Tritanopia (Blue-blind)

#569399 — rgb(86, 147, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 78%, 61%);

text

color: hsl(121, 78%, 61%);

border

border: 2px solid hsl(121, 78%, 61%);

gradient light

background: linear-gradient(to right, hsl(121, 78%, 81%), hsl(121, 78%, 61%));

gradient dark

background: linear-gradient(to right, hsl(121, 78%, 61%), hsl(121, 78%, 41%))

hex

background-color: #4EE951;

tailwind

bg-[hsl(121,78%,61%)]

box shadow

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

css variable

--color-primary: hsl(121, 78%, 61%);

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, 78%, 61%)?

HEX: #4EE951 | RGB: rgb(78, 233, 81) | CMYK: 67%, 0%, 65%, 9% | HSV: 121°, 67%, 91%. Copy any format from the conversion table above.

What colors go well with #4EE951?

The complementary color is HSL(301, 78%, 61%). 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, 78%, 61%) in CSS?

As HSL: color: hsl(121, 78%, 61%); — As HEX: color: #4EE951; — As RGB: color: rgb(78, 233, 81); — Tailwind CSS: bg-[hsl(121,78%,61%)] — CSS variable: --color-primary: hsl(121, 78%, 61%);