HSL(80, 100%, 56%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,100%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 100%, 56%) color: hsl(80, 100%, 56%)
HEX #B4FF1F color: #B4FF1F
RGB rgb(180, 255, 31) color: rgb(180, 255, 31)
CMYK cmyk(29%, 0%, 88%, 0%)
HSV hsv(80, 88%, 100%)
HWB hwb(80 12% 0%) color: hwb(80 12% 0%)
OKLCH oklch(0.9165 0.235 128.35) color: oklch(0.9165 0.235 128.35)
Lab lab(92.27 -50.47 85.49) color: lab(92.27 -50.47 85.49)
LCH lch(92.27 99.28 120.56) color: lch(92.27 99.28 120.56)

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.22:1
vs Black 17.26: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)

#D4D555 — rgb(212, 213, 85)

Deuteranopia (Green-blind)

#D0CB62 — rgb(208, 203, 98)

Tritanopia (Blue-blind)

#B88089 — rgb(184, 128, 137)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 100%, 56%);

text

color: hsl(80, 100%, 56%);

border

border: 2px solid hsl(80, 100%, 56%);

gradient light

background: linear-gradient(to right, hsl(80, 100%, 76%), hsl(80, 100%, 56%));

gradient dark

background: linear-gradient(to right, hsl(80, 100%, 56%), hsl(80, 100%, 36%))

hex

background-color: #B4FF1F;

tailwind

bg-[hsl(80,100%,56%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(80, 100%, 56%, 0.4);

css variable

--color-primary: hsl(80, 100%, 56%);

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(80, 100%, 56%)?

HEX: #B4FF1F | RGB: rgb(180, 255, 31) | CMYK: 29%, 0%, 88%, 0% | HSV: 80°, 88%, 100%. Copy any format from the conversion table above.

What colors go well with #B4FF1F?

The complementary color is HSL(260, 100%, 56%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 100%, 56%) in CSS?

As HSL: color: hsl(80, 100%, 56%); — As HEX: color: #B4FF1F; — As RGB: color: rgb(180, 255, 31); — Tailwind CSS: bg-[hsl(80,100%,56%)] — CSS variable: --color-primary: hsl(80, 100%, 56%);