HSL(76, 97%, 55%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(76,97%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(76, 97%, 55%) color: hsl(76, 97%, 55%)
HEX #C0FC1D color: #C0FC1D
RGB rgb(192, 252, 29) color: rgb(192, 252, 29)
CMYK cmyk(24%, 0%, 88%, 1%)
HSV hsv(76, 88%, 99%)
HWB hwb(76 12% 1%) color: hwb(76 12% 1%)
OKLCH oklch(0.9167 0.2266 125.43) color: oklch(0.9167 0.2266 125.43)
Lab lab(92.09 -44.84 85.93) color: lab(92.09 -44.84 85.93)
LCH lch(92.09 96.93 117.56) color: lch(92.09 96.93 117.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.18: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)

#DADB53 — rgb(218, 219, 83)

Deuteranopia (Green-blind)

#D7D260 — rgb(215, 210, 96)

Tritanopia (Blue-blind)

#C37E87 — rgb(195, 126, 135)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(76, 97%, 55%);

text

color: hsl(76, 97%, 55%);

border

border: 2px solid hsl(76, 97%, 55%);

gradient light

background: linear-gradient(to right, hsl(76, 97%, 75%), hsl(76, 97%, 55%));

gradient dark

background: linear-gradient(to right, hsl(76, 97%, 55%), hsl(76, 97%, 35%))

hex

background-color: #C0FC1D;

tailwind

bg-[hsl(76,97%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(76, 97%, 55%, 0.4);

css variable

--color-primary: hsl(76, 97%, 55%);

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(76, 97%, 55%)?

HEX: #C0FC1D | RGB: rgb(192, 252, 29) | CMYK: 24%, 0%, 88%, 1% | HSV: 76°, 88%, 99%. Copy any format from the conversion table above.

What colors go well with #C0FC1D?

The complementary color is HSL(256, 97%, 55%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(76, 97%, 55%) in CSS?

As HSL: color: hsl(76, 97%, 55%); — As HEX: color: #C0FC1D; — As RGB: color: rgb(192, 252, 29); — Tailwind CSS: bg-[hsl(76,97%,55%)] — CSS variable: --color-primary: hsl(76, 97%, 55%);