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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);