HSL(132, 80%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,80%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 80%, 41%) color: hsl(132, 80%, 41%)
HEX #15BC36 color: #15BC36
RGB rgb(21, 188, 54) color: rgb(21, 188, 54)
CMYK cmyk(89%, 0%, 71%, 26%)
HSV hsv(132, 89%, 74%)
HWB hwb(132 8% 26%) color: hwb(132 8% 26%)
OKLCH oklch(0.6927 0.2139 144.8) color: oklch(0.6927 0.2139 144.8)
Lab lab(66.82 -64.84 54.04) color: lab(66.82 -64.84 54.04)
LCH lch(66.82 84.41 140.19) color: lch(66.82 84.41 140.19)

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 2.54:1
vs Black 8.28: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)

#5D5F56 — rgb(93, 95, 86)

Deuteranopia (Green-blind)

#54475E — rgb(84, 71, 94)

Tritanopia (Blue-blind)

#1D7076 — rgb(29, 112, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 80%, 41%);

text

color: hsl(132, 80%, 41%);

border

border: 2px solid hsl(132, 80%, 41%);

gradient light

background: linear-gradient(to right, hsl(132, 80%, 61%), hsl(132, 80%, 41%));

gradient dark

background: linear-gradient(to right, hsl(132, 80%, 41%), hsl(132, 80%, 21%))

hex

background-color: #15BC36;

tailwind

bg-[hsl(132,80%,41%)]

box shadow

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

css variable

--color-primary: hsl(132, 80%, 41%);

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, 80%, 41%)?

HEX: #15BC36 | RGB: rgb(21, 188, 54) | CMYK: 89%, 0%, 71%, 26% | HSV: 132°, 89%, 74%. Copy any format from the conversion table above.

What colors go well with #15BC36?

The complementary color is HSL(312, 80%, 41%). 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, 80%, 41%) in CSS?

As HSL: color: hsl(132, 80%, 41%); — As HEX: color: #15BC36; — As RGB: color: rgb(21, 188, 54); — Tailwind CSS: bg-[hsl(132,80%,41%)] — CSS variable: --color-primary: hsl(132, 80%, 41%);