HSL(144, 72%, 60%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(144,72%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(144, 72%, 60%) color: hsl(144, 72%, 60%)
HEX #50E28A color: #50E28A
RGB rgb(80, 226, 138) color: rgb(80, 226, 138)
CMYK cmyk(65%, 0%, 39%, 11%)
HSV hsv(144, 65%, 89%)
HWB hwb(144 31% 11%) color: hwb(144 31% 11%)
OKLCH oklch(0.8137 0.176 153.19) color: oklch(0.8137 0.176 153.19)
Lab lab(80.7 -58.12 31.88) color: lab(80.7 -58.12 31.88)
LCH lch(80.7 66.29 151.25) color: lch(80.7 66.29 151.25)

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.67:1
vs Black 12.59: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)

#8F919F — rgb(143, 145, 159)

Deuteranopia (Green-blind)

#877CA4 — rgb(135, 124, 164)

Tritanopia (Blue-blind)

#57B0B4 — rgb(87, 176, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(144, 72%, 60%);

text

color: hsl(144, 72%, 60%);

border

border: 2px solid hsl(144, 72%, 60%);

gradient light

background: linear-gradient(to right, hsl(144, 72%, 80%), hsl(144, 72%, 60%));

gradient dark

background: linear-gradient(to right, hsl(144, 72%, 60%), hsl(144, 72%, 40%))

hex

background-color: #50E28A;

tailwind

bg-[hsl(144,72%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(144, 72%, 60%, 0.4);

css variable

--color-primary: hsl(144, 72%, 60%);

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(144, 72%, 60%)?

HEX: #50E28A | RGB: rgb(80, 226, 138) | CMYK: 65%, 0%, 39%, 11% | HSV: 144°, 65%, 89%. Copy any format from the conversion table above.

What colors go well with #50E28A?

The complementary color is HSL(324, 72%, 60%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(144, 72%, 60%) in CSS?

As HSL: color: hsl(144, 72%, 60%); — As HEX: color: #50E28A; — As RGB: color: rgb(80, 226, 138); — Tailwind CSS: bg-[hsl(144,72%,60%)] — CSS variable: --color-primary: hsl(144, 72%, 60%);