HSL(76, 72%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(76,72%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(76, 72%, 41%) color: hsl(76, 72%, 41%)
HEX #8CB41D color: #8CB41D
RGB rgb(140, 180, 29) color: rgb(140, 180, 29)
CMYK cmyk(22%, 0%, 84%, 29%)
HSV hsv(76, 84%, 71%)
HWB hwb(76 11% 29%) color: hwb(76 11% 29%)
OKLCH oklch(0.7151 0.1706 124.54) color: oklch(0.7151 0.1706 124.54)
Lab lab(68.25 -33 64.7) color: lab(68.25 -33 64.7)
LCH lch(68.25 72.63 117.02) color: lch(68.25 72.63 117.02)

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.42:1
vs Black 8.66: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)

#9D9E42 — rgb(157, 158, 66)

Deuteranopia (Green-blind)

#9B984A — rgb(155, 152, 74)

Tritanopia (Blue-blind)

#8E5E65 — rgb(142, 94, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(76, 72%, 41%);

text

color: hsl(76, 72%, 41%);

border

border: 2px solid hsl(76, 72%, 41%);

gradient light

background: linear-gradient(to right, hsl(76, 72%, 61%), hsl(76, 72%, 41%));

gradient dark

background: linear-gradient(to right, hsl(76, 72%, 41%), hsl(76, 72%, 21%))

hex

background-color: #8CB41D;

tailwind

bg-[hsl(76,72%,41%)]

box shadow

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

css variable

--color-primary: hsl(76, 72%, 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(76, 72%, 41%)?

HEX: #8CB41D | RGB: rgb(140, 180, 29) | CMYK: 22%, 0%, 84%, 29% | HSV: 76°, 84%, 71%. Copy any format from the conversion table above.

What colors go well with #8CB41D?

The complementary color is HSL(256, 72%, 41%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(76, 72%, 41%) in CSS?

As HSL: color: hsl(76, 72%, 41%); — As HEX: color: #8CB41D; — As RGB: color: rgb(140, 180, 29); — Tailwind CSS: bg-[hsl(76,72%,41%)] — CSS variable: --color-primary: hsl(76, 72%, 41%);