HSL(73, 100%, 51%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,100%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 100%, 51%) | color: hsl(73, 100%, 51%) | |
| HEX | #C9FF05 | color: #C9FF05 | |
| RGB | rgb(201, 255, 5) | color: rgb(201, 255, 5) | |
| CMYK | cmyk(21%, 0%, 98%, 0%) | — | |
| HSV | hsv(73, 98%, 100%) | — | |
| HWB | hwb(73 2% 0%) | color: hwb(73 2% 0%) | |
| OKLCH | oklch(0.9288 0.2294 123.78) | color: oklch(0.9288 0.2294 123.78) | |
| Lab | lab(93.43 -43.05 89.7) | color: lab(93.43 -43.05 89.7) | |
| LCH | lch(93.43 99.5 115.64) | color: lch(93.43 99.5 115.64) |
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)
#E0E142 — rgb(224, 225, 66)
Deuteranopia (Green-blind)
#DDD950 — rgb(221, 217, 80)
Tritanopia (Blue-blind)
#CC717C — rgb(204, 113, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 100%, 51%);
text
color: hsl(73, 100%, 51%);
border
border: 2px solid hsl(73, 100%, 51%);
gradient light
background: linear-gradient(to right, hsl(73, 100%, 71%), hsl(73, 100%, 51%));
gradient dark
background: linear-gradient(to right, hsl(73, 100%, 51%), hsl(73, 100%, 31%))
hex
background-color: #C9FF05;
tailwind
bg-[hsl(73,100%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 100%, 51%, 0.4);
css variable
--color-primary: hsl(73, 100%, 51%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(73, 100%, 51%)?
HEX: #C9FF05 | RGB: rgb(201, 255, 5) | CMYK: 21%, 0%, 98%, 0% | HSV: 73°, 98%, 100%. Copy any format from the conversion table above.
What colors go well with #C9FF05?
The complementary color is HSL(253, 100%, 51%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 100%, 51%) in CSS?
As HSL: color: hsl(73, 100%, 51%); — As HEX: color: #C9FF05; — As RGB: color: rgb(201, 255, 5); — Tailwind CSS: bg-[hsl(73,100%,51%)] — CSS variable: --color-primary: hsl(73, 100%, 51%);