HSL(89, 92%, 57%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(89, 92%, 57%) color: hsl(89, 92%, 57%)
HEX #95F62C color: #95F62C
RGB rgb(149, 246, 44) color: rgb(149, 246, 44)
CMYK cmyk(39%, 0%, 82%, 4%)
HSV hsv(89, 82%, 96%)
HWB hwb(89 17% 4%) color: hwb(89 17% 4%)
OKLCH oklch(0.8792 0.2362 133.11) color: oklch(0.8792 0.2362 133.11)
Lab lab(88.2 -57.13 78.81) color: lab(88.2 -57.13 78.81)
LCH lch(88.2 97.34 125.94) color: lch(88.2 97.34 125.94)

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.36:1
vs Black 15.5: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)

#BFC05D — rgb(191, 192, 93)

Deuteranopia (Green-blind)

#B9B269 — rgb(185, 178, 105)

Tritanopia (Blue-blind)

#9A838C — rgb(154, 131, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #95F62C;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(89, 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(89, 92%, 57%)?

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

What colors go well with #95F62C?

The complementary color is HSL(269, 92%, 57%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.

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

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