HSL(88, 92%, 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(88,92%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 92%, 51%) | color: hsl(88, 92%, 51%) | |
| HEX | #8AF50F | color: #8AF50F | |
| RGB | rgb(138, 245, 15) | color: rgb(138, 245, 15) | |
| CMYK | cmyk(44%, 0%, 94%, 4%) | — | |
| HSV | hsv(88, 94%, 96%) | — | |
| HWB | hwb(88 6% 4%) | color: hwb(88 6% 4%) | |
| OKLCH | oklch(0.8708 0.2477 134.05) | color: oklch(0.8708 0.2477 134.05) | |
| Lab | lab(87.36 -61.02 82.77) | color: lab(87.36 -61.02 82.77) | |
| LCH | lch(87.36 102.83 126.4) | color: lch(87.36 102.83 126.4) |
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)
#B8B947 — rgb(184, 185, 71)
Deuteranopia (Green-blind)
#B2AA54 — rgb(178, 170, 84)
Tritanopia (Blue-blind)
#8F737C — rgb(143, 115, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 92%, 51%);
text
color: hsl(88, 92%, 51%);
border
border: 2px solid hsl(88, 92%, 51%);
gradient light
background: linear-gradient(to right, hsl(88, 92%, 71%), hsl(88, 92%, 51%));
gradient dark
background: linear-gradient(to right, hsl(88, 92%, 51%), hsl(88, 92%, 31%))
hex
background-color: #8AF50F;
tailwind
bg-[hsl(88,92%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 92%, 51%, 0.4);
css variable
--color-primary: hsl(88, 92%, 51%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(88, 92%, 51%)?
HEX: #8AF50F | RGB: rgb(138, 245, 15) | CMYK: 44%, 0%, 94%, 4% | HSV: 88°, 94%, 96%. Copy any format from the conversion table above.
What colors go well with #8AF50F?
The complementary color is HSL(268, 92%, 51%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 92%, 51%) in CSS?
As HSL: color: hsl(88, 92%, 51%); — As HEX: color: #8AF50F; — As RGB: color: rgb(138, 245, 15); — Tailwind CSS: bg-[hsl(88,92%,51%)] — CSS variable: --color-primary: hsl(88, 92%, 51%);