HSL(91, 90%, 52%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,90%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 90%, 52%) | color: hsl(91, 90%, 52%) | |
| HEX | #81F316 | color: #81F316 | |
| RGB | rgb(129, 243, 22) | color: rgb(129, 243, 22) | |
| CMYK | cmyk(47%, 0%, 91%, 5%) | — | |
| HSV | hsv(91, 91%, 95%) | — | |
| HWB | hwb(91 9% 5%) | color: hwb(91 9% 5%) | |
| OKLCH | oklch(0.8621 0.2486 135.24) | color: oklch(0.8621 0.2486 135.24) | |
| Lab | lab(86.42 -62.9 81.04) | color: lab(86.42 -62.9 81.04) | |
| LCH | lch(86.42 102.59 127.82) | color: lch(86.42 102.59 127.82) |
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)
#B2B34B — rgb(178, 179, 75)
Deuteranopia (Green-blind)
#ACA358 — rgb(172, 163, 88)
Tritanopia (Blue-blind)
#87767F — rgb(135, 118, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 90%, 52%);
text
color: hsl(91, 90%, 52%);
border
border: 2px solid hsl(91, 90%, 52%);
gradient light
background: linear-gradient(to right, hsl(91, 90%, 72%), hsl(91, 90%, 52%));
gradient dark
background: linear-gradient(to right, hsl(91, 90%, 52%), hsl(91, 90%, 32%))
hex
background-color: #81F316;
tailwind
bg-[hsl(91,90%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 90%, 52%, 0.4);
css variable
--color-primary: hsl(91, 90%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(91, 90%, 52%)?
HEX: #81F316 | RGB: rgb(129, 243, 22) | CMYK: 47%, 0%, 91%, 5% | HSV: 91°, 91%, 95%. Copy any format from the conversion table above.
What colors go well with #81F316?
The complementary color is HSL(271, 90%, 52%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 90%, 52%) in CSS?
As HSL: color: hsl(91, 90%, 52%); — As HEX: color: #81F316; — As RGB: color: rgb(129, 243, 22); — Tailwind CSS: bg-[hsl(91,90%,52%)] — CSS variable: --color-primary: hsl(91, 90%, 52%);