HSL(81, 94%, 59%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(81,94%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 94%, 59%) color: hsl(81, 94%, 59%)
HEX #B4F934 color: #B4F934
RGB rgb(180, 249, 52) color: rgb(180, 249, 52)
CMYK cmyk(28%, 0%, 79%, 2%)
HSV hsv(81, 79%, 98%)
HWB hwb(81 21% 2%) color: hwb(81 21% 2%)
OKLCH oklch(0.9034 0.2214 127.98) color: oklch(0.9034 0.2214 127.98)
Lab lab(90.64 -47.3 79.58) color: lab(90.64 -47.3 79.58)
LCH lch(90.64 92.58 120.73) color: lch(90.64 92.58 120.73)

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.27:1
vs Black 16.54: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)

#D2D264 — rgb(210, 210, 100)

Deuteranopia (Green-blind)

#CEC96F — rgb(206, 201, 111)

Tritanopia (Blue-blind)

#B78992 — rgb(183, 137, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 94%, 59%);

text

color: hsl(81, 94%, 59%);

border

border: 2px solid hsl(81, 94%, 59%);

gradient light

background: linear-gradient(to right, hsl(81, 94%, 79%), hsl(81, 94%, 59%));

gradient dark

background: linear-gradient(to right, hsl(81, 94%, 59%), hsl(81, 94%, 39%))

hex

background-color: #B4F934;

tailwind

bg-[hsl(81,94%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(81, 94%, 59%, 0.4);

css variable

--color-primary: hsl(81, 94%, 59%);

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(81, 94%, 59%)?

HEX: #B4F934 | RGB: rgb(180, 249, 52) | CMYK: 28%, 0%, 79%, 2% | HSV: 81°, 79%, 98%. Copy any format from the conversion table above.

What colors go well with #B4F934?

The complementary color is HSL(261, 94%, 59%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(81, 94%, 59%) in CSS?

As HSL: color: hsl(81, 94%, 59%); — As HEX: color: #B4F934; — As RGB: color: rgb(180, 249, 52); — Tailwind CSS: bg-[hsl(81,94%,59%)] — CSS variable: --color-primary: hsl(81, 94%, 59%);