HSL(141, 74%, 49%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,74%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 74%, 49%) color: hsl(141, 74%, 49%)
HEX #20D961 color: #20D961
RGB rgb(32, 217, 97) color: rgb(32, 217, 97)
CMYK cmyk(85%, 0%, 55%, 15%)
HSV hsv(141, 85%, 85%)
HWB hwb(141 13% 15%) color: hwb(141 13% 15%)
OKLCH oklch(0.7753 0.2136 148.62) color: oklch(0.7753 0.2136 148.62)
Lab lab(76.55 -67.98 46.54) color: lab(76.55 -67.98 46.54)
LCH lch(76.55 82.38 145.6) color: lch(76.55 82.38 145.6)

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.88:1
vs Black 11.16: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)

#70727E — rgb(112, 114, 126)

Deuteranopia (Green-blind)

#655885 — rgb(101, 88, 133)

Tritanopia (Blue-blind)

#29959A — rgb(41, 149, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 74%, 49%);

text

color: hsl(141, 74%, 49%);

border

border: 2px solid hsl(141, 74%, 49%);

gradient light

background: linear-gradient(to right, hsl(141, 74%, 69%), hsl(141, 74%, 49%));

gradient dark

background: linear-gradient(to right, hsl(141, 74%, 49%), hsl(141, 74%, 29%))

hex

background-color: #20D961;

tailwind

bg-[hsl(141,74%,49%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(141, 74%, 49%, 0.4);

css variable

--color-primary: hsl(141, 74%, 49%);

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(141, 74%, 49%)?

HEX: #20D961 | RGB: rgb(32, 217, 97) | CMYK: 85%, 0%, 55%, 15% | HSV: 141°, 85%, 85%. Copy any format from the conversion table above.

What colors go well with #20D961?

The complementary color is HSL(321, 74%, 49%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(141, 74%, 49%) in CSS?

As HSL: color: hsl(141, 74%, 49%); — As HEX: color: #20D961; — As RGB: color: rgb(32, 217, 97); — Tailwind CSS: bg-[hsl(141,74%,49%)] — CSS variable: --color-primary: hsl(141, 74%, 49%);