HSL(132, 74%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,74%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 74%, 52%) color: hsl(132, 74%, 52%)
HEX #2ADF4E color: #2ADF4E
RGB rgb(42, 223, 78) color: rgb(42, 223, 78)
CMYK cmyk(81%, 0%, 65%, 13%)
HSV hsv(132, 81%, 87%)
HWB hwb(132 17% 13%) color: hwb(132 17% 13%)
OKLCH oklch(0.7899 0.2329 145.45) color: oklch(0.7899 0.2329 145.45)
Lab lab(78.35 -71.19 56.96) color: lab(78.35 -71.19 56.96)
LCH lch(78.35 91.17 141.34) color: lch(78.35 91.17 141.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 1.79:1
vs Black 11.76: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)

#787A71 — rgb(120, 122, 113)

Deuteranopia (Green-blind)

#6E607A — rgb(110, 96, 122)

Tritanopia (Blue-blind)

#338D93 — rgb(51, 141, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 74%, 52%);

text

color: hsl(132, 74%, 52%);

border

border: 2px solid hsl(132, 74%, 52%);

gradient light

background: linear-gradient(to right, hsl(132, 74%, 72%), hsl(132, 74%, 52%));

gradient dark

background: linear-gradient(to right, hsl(132, 74%, 52%), hsl(132, 74%, 32%))

hex

background-color: #2ADF4E;

tailwind

bg-[hsl(132,74%,52%)]

box shadow

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

css variable

--color-primary: hsl(132, 74%, 52%);

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(132, 74%, 52%)?

HEX: #2ADF4E | RGB: rgb(42, 223, 78) | CMYK: 81%, 0%, 65%, 13% | HSV: 132°, 81%, 87%. Copy any format from the conversion table above.

What colors go well with #2ADF4E?

The complementary color is HSL(312, 74%, 52%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(132, 74%, 52%) in CSS?

As HSL: color: hsl(132, 74%, 52%); — As HEX: color: #2ADF4E; — As RGB: color: rgb(42, 223, 78); — Tailwind CSS: bg-[hsl(132,74%,52%)] — CSS variable: --color-primary: hsl(132, 74%, 52%);