HSL(87, 94%, 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(87,94%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 94%, 52%) | color: hsl(87, 94%, 52%) | |
| HEX | #90F812 | color: #90F812 | |
| RGB | rgb(144, 248, 18) | color: rgb(144, 248, 18) | |
| CMYK | cmyk(42%, 0%, 93%, 3%) | — | |
| HSV | hsv(87, 93%, 97%) | — | |
| HWB | hwb(87 7% 3%) | color: hwb(87 7% 3%) | |
| OKLCH | oklch(0.8809 0.2475 133.47) | color: oklch(0.8809 0.2475 133.47) | |
| Lab | lab(88.5 -60.21 83.48) | color: lab(88.5 -60.21 83.48) | |
| LCH | lch(88.5 102.93 125.8) | color: lch(88.5 102.93 125.8) |
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)
#BDBE4A — rgb(189, 190, 74)
Deuteranopia (Green-blind)
#B7AF57 — rgb(183, 175, 87)
Tritanopia (Blue-blind)
#95767F — rgb(149, 118, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 94%, 52%);
text
color: hsl(87, 94%, 52%);
border
border: 2px solid hsl(87, 94%, 52%);
gradient light
background: linear-gradient(to right, hsl(87, 94%, 72%), hsl(87, 94%, 52%));
gradient dark
background: linear-gradient(to right, hsl(87, 94%, 52%), hsl(87, 94%, 32%))
hex
background-color: #90F812;
tailwind
bg-[hsl(87,94%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 94%, 52%, 0.4);
css variable
--color-primary: hsl(87, 94%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(87, 94%, 52%)?
HEX: #90F812 | RGB: rgb(144, 248, 18) | CMYK: 42%, 0%, 93%, 3% | HSV: 87°, 93%, 97%. Copy any format from the conversion table above.
What colors go well with #90F812?
The complementary color is HSL(267, 94%, 52%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 94%, 52%) in CSS?
As HSL: color: hsl(87, 94%, 52%); — As HEX: color: #90F812; — As RGB: color: rgb(144, 248, 18); — Tailwind CSS: bg-[hsl(87,94%,52%)] — CSS variable: --color-primary: hsl(87, 94%, 52%);