HSL(69, 100%, 42%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(69,100%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(69, 100%, 42%) color: hsl(69, 100%, 42%)
HEX #B6D600 color: #B6D600
RGB rgb(182, 214, 0) color: rgb(182, 214, 0)
CMYK cmyk(15%, 0%, 100%, 16%)
HSV hsv(69, 100%, 84%)
HWB hwb(69 0% 16%) color: hwb(69 0% 16%)
OKLCH oklch(0.8232 0.1954 119.98) color: oklch(0.8232 0.1954 119.98)
Lab lab(80.76 -32.23 79.97) color: lab(80.76 -32.23 79.97)
LCH lch(80.76 86.22 111.95) color: lch(80.76 86.22 111.95)

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.67:1
vs Black 12.61: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)

#C4C434 — rgb(196, 196, 52)

Deuteranopia (Green-blind)

#C2C040 — rgb(194, 192, 64)

Tritanopia (Blue-blind)

#B85D66 — rgb(184, 93, 102)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(69, 100%, 42%);

text

color: hsl(69, 100%, 42%);

border

border: 2px solid hsl(69, 100%, 42%);

gradient light

background: linear-gradient(to right, hsl(69, 100%, 62%), hsl(69, 100%, 42%));

gradient dark

background: linear-gradient(to right, hsl(69, 100%, 42%), hsl(69, 100%, 22%))

hex

background-color: #B6D600;

tailwind

bg-[hsl(69,100%,42%)]

box shadow

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

css variable

--color-primary: hsl(69, 100%, 42%);

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(69, 100%, 42%)?

HEX: #B6D600 | RGB: rgb(182, 214, 0) | CMYK: 15%, 0%, 100%, 16% | HSV: 69°, 100%, 84%. Copy any format from the conversion table above.

What colors go well with #B6D600?

The complementary color is HSL(249, 100%, 42%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(69, 100%, 42%) in CSS?

As HSL: color: hsl(69, 100%, 42%); — As HEX: color: #B6D600; — As RGB: color: rgb(182, 214, 0); — Tailwind CSS: bg-[hsl(69,100%,42%)] — CSS variable: --color-primary: hsl(69, 100%, 42%);