HSL(67, 96%, 47%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,96%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 96%, 47%) color: hsl(67, 96%, 47%)
HEX #D0EB05 color: #D0EB05
RGB rgb(208, 235, 5) color: rgb(208, 235, 5)
CMYK cmyk(11%, 0%, 98%, 8%)
HSV hsv(67, 98%, 92%)
HWB hwb(67 2% 8%) color: hwb(67 2% 8%)
OKLCH oklch(0.8891 0.206 117.83) color: oklch(0.8891 0.206 117.83)
Lab lab(88.37 -31.33 86.06) color: lab(88.37 -31.33 86.06)
LCH lch(88.37 91.59 110) color: lch(88.37 91.59 110)

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.35:1
vs Black 15.57: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)

#DCDC3D — rgb(220, 220, 61)

Deuteranopia (Green-blind)

#DAD84A — rgb(218, 216, 74)

Tritanopia (Blue-blind)

#D16972 — rgb(209, 105, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 96%, 47%);

text

color: hsl(67, 96%, 47%);

border

border: 2px solid hsl(67, 96%, 47%);

gradient light

background: linear-gradient(to right, hsl(67, 96%, 67%), hsl(67, 96%, 47%));

gradient dark

background: linear-gradient(to right, hsl(67, 96%, 47%), hsl(67, 96%, 27%))

hex

background-color: #D0EB05;

tailwind

bg-[hsl(67,96%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 96%, 47%, 0.4);

css variable

--color-primary: hsl(67, 96%, 47%);

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(67, 96%, 47%)?

HEX: #D0EB05 | RGB: rgb(208, 235, 5) | CMYK: 11%, 0%, 98%, 8% | HSV: 67°, 98%, 92%. Copy any format from the conversion table above.

What colors go well with #D0EB05?

The complementary color is HSL(247, 96%, 47%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 96%, 47%) in CSS?

As HSL: color: hsl(67, 96%, 47%); — As HEX: color: #D0EB05; — As RGB: color: rgb(208, 235, 5); — Tailwind CSS: bg-[hsl(67,96%,47%)] — CSS variable: --color-primary: hsl(67, 96%, 47%);