HSL(142, 96%, 41%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,96%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 96%, 41%) color: hsl(142, 96%, 41%)
HEX #04CD4E color: #04CD4E
RGB rgb(4, 205, 78) color: rgb(4, 205, 78)
CMYK cmyk(98%, 0%, 62%, 20%)
HSV hsv(142, 98%, 80%)
HWB hwb(142 2% 20%) color: hwb(142 2% 20%)
OKLCH oklch(0.7395 0.2176 147.24) color: oklch(0.7395 0.2176 147.24)
Lab lab(72.39 -68.25 50.21) color: lab(72.39 -68.25 50.21)
LCH lch(72.39 84.73 143.66) color: lch(72.39 84.73 143.66)

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.13:1
vs Black 9.85: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)

#5B5D6D — rgb(91, 93, 109)

Deuteranopia (Green-blind)

#4F4074 — rgb(79, 64, 116)

Tritanopia (Blue-blind)

#0E858A — rgb(14, 133, 138)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 96%, 41%);

text

color: hsl(142, 96%, 41%);

border

border: 2px solid hsl(142, 96%, 41%);

gradient light

background: linear-gradient(to right, hsl(142, 96%, 61%), hsl(142, 96%, 41%));

gradient dark

background: linear-gradient(to right, hsl(142, 96%, 41%), hsl(142, 96%, 21%))

hex

background-color: #04CD4E;

tailwind

bg-[hsl(142,96%,41%)]

box shadow

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

css variable

--color-primary: hsl(142, 96%, 41%);

Related Colors

Use Cases for Vivid Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(142, 96%, 41%)?

HEX: #04CD4E | RGB: rgb(4, 205, 78) | CMYK: 98%, 0%, 62%, 20% | HSV: 142°, 98%, 80%. Copy any format from the conversion table above.

What colors go well with #04CD4E?

The complementary color is HSL(322, 96%, 41%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 96%, 41%) in CSS?

As HSL: color: hsl(142, 96%, 41%); — As HEX: color: #04CD4E; — As RGB: color: rgb(4, 205, 78); — Tailwind CSS: bg-[hsl(142,96%,41%)] — CSS variable: --color-primary: hsl(142, 96%, 41%);