HSL(95, 92%, 57%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(95,92%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(95, 92%, 57%) color: hsl(95, 92%, 57%)
HEX #81F62C color: #81F62C
RGB rgb(129, 246, 44) color: rgb(129, 246, 44)
CMYK cmyk(48%, 0%, 82%, 4%)
HSV hsv(95, 82%, 96%)
HWB hwb(95 17% 4%) color: hwb(95 17% 4%)
OKLCH oklch(0.8701 0.2457 136.02) color: oklch(0.8701 0.2457 136.02)
Lab lab(87.37 -63.32 77.75) color: lab(87.37 -63.32 77.75)
LCH lch(87.37 100.27 129.16) color: lch(87.37 100.27 129.16)

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.39:1
vs Black 15.15: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)

#B4B55D — rgb(180, 181, 93)

Deuteranopia (Green-blind)

#ADA469 — rgb(173, 164, 105)

Tritanopia (Blue-blind)

#87838C — rgb(135, 131, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(95, 92%, 57%);

text

color: hsl(95, 92%, 57%);

border

border: 2px solid hsl(95, 92%, 57%);

gradient light

background: linear-gradient(to right, hsl(95, 92%, 77%), hsl(95, 92%, 57%));

gradient dark

background: linear-gradient(to right, hsl(95, 92%, 57%), hsl(95, 92%, 37%))

hex

background-color: #81F62C;

tailwind

bg-[hsl(95,92%,57%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(95, 92%, 57%, 0.4);

css variable

--color-primary: hsl(95, 92%, 57%);

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(95, 92%, 57%)?

HEX: #81F62C | RGB: rgb(129, 246, 44) | CMYK: 48%, 0%, 82%, 4% | HSV: 95°, 82%, 96%. Copy any format from the conversion table above.

What colors go well with #81F62C?

The complementary color is HSL(275, 92%, 57%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 92%, 57%) in CSS?

As HSL: color: hsl(95, 92%, 57%); — As HEX: color: #81F62C; — As RGB: color: rgb(129, 246, 44); — Tailwind CSS: bg-[hsl(95,92%,57%)] — CSS variable: --color-primary: hsl(95, 92%, 57%);