HSL(89, 89%, 52%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,89%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 89%, 52%) | color: hsl(89, 89%, 52%) | |
| HEX | #88F218 | color: #88F218 | |
| RGB | rgb(136, 242, 24) | color: rgb(136, 242, 24) | |
| CMYK | cmyk(44%, 0%, 90%, 5%) | — | |
| HSV | hsv(89, 90%, 95%) | — | |
| HWB | hwb(89 10% 5%) | color: hwb(89 10% 5%) | |
| OKLCH | oklch(0.8628 0.2438 134.23) | color: oklch(0.8628 0.2438 134.23) | |
| Lab | lab(86.41 -60.36 80.87) | color: lab(86.41 -60.36 80.87) | |
| LCH | lch(86.41 100.91 126.74) | color: lch(86.41 100.91 126.74) |
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)
#B6B74D — rgb(182, 183, 77)
Deuteranopia (Green-blind)
#B0A859 — rgb(176, 168, 89)
Tritanopia (Blue-blind)
#8D7680 — rgb(141, 118, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 89%, 52%);
text
color: hsl(89, 89%, 52%);
border
border: 2px solid hsl(89, 89%, 52%);
gradient light
background: linear-gradient(to right, hsl(89, 89%, 72%), hsl(89, 89%, 52%));
gradient dark
background: linear-gradient(to right, hsl(89, 89%, 52%), hsl(89, 89%, 32%))
hex
background-color: #88F218;
tailwind
bg-[hsl(89,89%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 89%, 52%, 0.4);
css variable
--color-primary: hsl(89, 89%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(89, 89%, 52%)?
HEX: #88F218 | RGB: rgb(136, 242, 24) | CMYK: 44%, 0%, 90%, 5% | HSV: 89°, 90%, 95%. Copy any format from the conversion table above.
What colors go well with #88F218?
The complementary color is HSL(269, 89%, 52%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 89%, 52%) in CSS?
As HSL: color: hsl(89, 89%, 52%); — As HEX: color: #88F218; — As RGB: color: rgb(136, 242, 24); — Tailwind CSS: bg-[hsl(89,89%,52%)] — CSS variable: --color-primary: hsl(89, 89%, 52%);