HSL(79, 86%, 53%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,86%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 86%, 53%) | color: hsl(79, 86%, 53%) | |
| HEX | #ADEE20 | color: #ADEE20 | |
| RGB | rgb(173, 238, 32) | color: rgb(173, 238, 32) | |
| CMYK | cmyk(27%, 0%, 87%, 7%) | — | |
| HSV | hsv(79, 87%, 93%) | — | |
| HWB | hwb(79 12% 7%) | color: hwb(79 12% 7%) | |
| OKLCH | oklch(0.873 0.2195 127.32) | color: oklch(0.873 0.2195 127.32) | |
| Lab | lab(87.06 -45.88 80.83) | color: lab(87.06 -45.88 80.83) | |
| LCH | lch(87.06 92.94 119.58) | color: lch(87.06 92.94 119.58) |
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)
#C9CA52 — rgb(201, 202, 82)
Deuteranopia (Green-blind)
#C5C15E — rgb(197, 193, 94)
Tritanopia (Blue-blind)
#B07982 — rgb(176, 121, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 86%, 53%);
text
color: hsl(79, 86%, 53%);
border
border: 2px solid hsl(79, 86%, 53%);
gradient light
background: linear-gradient(to right, hsl(79, 86%, 73%), hsl(79, 86%, 53%));
gradient dark
background: linear-gradient(to right, hsl(79, 86%, 53%), hsl(79, 86%, 33%))
hex
background-color: #ADEE20;
tailwind
bg-[hsl(79,86%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 86%, 53%, 0.4);
css variable
--color-primary: hsl(79, 86%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(79, 86%, 53%)?
HEX: #ADEE20 | RGB: rgb(173, 238, 32) | CMYK: 27%, 0%, 87%, 7% | HSV: 79°, 87%, 93%. Copy any format from the conversion table above.
What colors go well with #ADEE20?
The complementary color is HSL(259, 86%, 53%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 86%, 53%) in CSS?
As HSL: color: hsl(79, 86%, 53%); — As HEX: color: #ADEE20; — As RGB: color: rgb(173, 238, 32); — Tailwind CSS: bg-[hsl(79,86%,53%)] — CSS variable: --color-primary: hsl(79, 86%, 53%);