HSL(73, 88%, 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,88%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 88%, 51%) | color: hsl(73, 88%, 51%) | |
| HEX | #C0F014 | color: #C0F014 | |
| RGB | rgb(192, 240, 20) | color: rgb(192, 240, 20) | |
| CMYK | cmyk(20%, 0%, 92%, 6%) | — | |
| HSV | hsv(73, 92%, 94%) | — | |
| HWB | hwb(73 8% 6%) | color: hwb(73 8% 6%) | |
| OKLCH | oklch(0.8893 0.2157 123.18) | color: oklch(0.8893 0.2157 123.18) | |
| Lab | lab(88.72 -39.78 84.48) | color: lab(88.72 -39.78 84.48) | |
| LCH | lch(88.72 93.38 115.21) | color: lch(88.72 93.38 115.21) |
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)
#D5D549 — rgb(213, 213, 73)
Deuteranopia (Green-blind)
#D2CE56 — rgb(210, 206, 86)
Tritanopia (Blue-blind)
#C2737D — rgb(194, 115, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 88%, 51%);
text
color: hsl(73, 88%, 51%);
border
border: 2px solid hsl(73, 88%, 51%);
gradient light
background: linear-gradient(to right, hsl(73, 88%, 71%), hsl(73, 88%, 51%));
gradient dark
background: linear-gradient(to right, hsl(73, 88%, 51%), hsl(73, 88%, 31%))
hex
background-color: #C0F014;
tailwind
bg-[hsl(73,88%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 88%, 51%, 0.4);
css variable
--color-primary: hsl(73, 88%, 51%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(73, 88%, 51%)?
HEX: #C0F014 | RGB: rgb(192, 240, 20) | CMYK: 20%, 0%, 92%, 6% | HSV: 73°, 92%, 94%. Copy any format from the conversion table above.
What colors go well with #C0F014?
The complementary color is HSL(253, 88%, 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, 88%, 51%) in CSS?
As HSL: color: hsl(73, 88%, 51%); — As HEX: color: #C0F014; — As RGB: color: rgb(192, 240, 20); — Tailwind CSS: bg-[hsl(73,88%,51%)] — CSS variable: --color-primary: hsl(73, 88%, 51%);