HSL(101, 79%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(101,79%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 79%, 41%) color: hsl(101, 79%, 41%)
HEX #4ABB16 color: #4ABB16
RGB rgb(74, 187, 22) color: rgb(74, 187, 22)
CMYK cmyk(60%, 0%, 88%, 27%)
HSV hsv(101, 88%, 73%)
HWB hwb(101 9% 27%) color: hwb(101 9% 27%)
OKLCH oklch(0.6992 0.213 138.87) color: oklch(0.6992 0.213 138.87)
Lab lab(67.32 -58.11 64.23) color: lab(67.32 -58.11 64.23)
LCH lch(67.32 86.62 132.14) color: lch(67.32 86.62 132.14)

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.5:1
vs Black 8.41: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)

#7B7C3E — rgb(123, 124, 62)

Deuteranopia (Green-blind)

#746C48 — rgb(116, 108, 72)

Tritanopia (Blue-blind)

#505D64 — rgb(80, 93, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 79%, 41%);

text

color: hsl(101, 79%, 41%);

border

border: 2px solid hsl(101, 79%, 41%);

gradient light

background: linear-gradient(to right, hsl(101, 79%, 61%), hsl(101, 79%, 41%));

gradient dark

background: linear-gradient(to right, hsl(101, 79%, 41%), hsl(101, 79%, 21%))

hex

background-color: #4ABB16;

tailwind

bg-[hsl(101,79%,41%)]

box shadow

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

css variable

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

HEX: #4ABB16 | RGB: rgb(74, 187, 22) | CMYK: 60%, 0%, 88%, 27% | HSV: 101°, 88%, 73%. Copy any format from the conversion table above.

What colors go well with #4ABB16?

The complementary color is HSL(281, 79%, 41%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(101, 79%, 41%) in CSS?

As HSL: color: hsl(101, 79%, 41%); — As HEX: color: #4ABB16; — As RGB: color: rgb(74, 187, 22); — Tailwind CSS: bg-[hsl(101,79%,41%)] — CSS variable: --color-primary: hsl(101, 79%, 41%);