HSL(90, 84%, 53%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,84%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 84%, 53%) | color: hsl(90, 84%, 53%) | |
| HEX | #87EC22 | color: #87EC22 | |
| RGB | rgb(135, 236, 34) | color: rgb(135, 236, 34) | |
| CMYK | cmyk(43%, 0%, 86%, 7%) | — | |
| HSV | hsv(90, 86%, 93%) | — | |
| HWB | hwb(90 13% 7%) | color: hwb(90 13% 7%) | |
| OKLCH | oklch(0.848 0.2352 134.11) | color: oklch(0.848 0.2352 134.11) | |
| Lab | lab(84.61 -58.13 77.62) | color: lab(84.61 -58.13 77.62) | |
| LCH | lch(84.61 96.97 126.83) | color: lch(84.61 96.97 126.83) |
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)
#B3B453 — rgb(179, 180, 83)
Deuteranopia (Green-blind)
#ADA55F — rgb(173, 165, 95)
Tritanopia (Blue-blind)
#8C7982 — rgb(140, 121, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 84%, 53%);
text
color: hsl(90, 84%, 53%);
border
border: 2px solid hsl(90, 84%, 53%);
gradient light
background: linear-gradient(to right, hsl(90, 84%, 73%), hsl(90, 84%, 53%));
gradient dark
background: linear-gradient(to right, hsl(90, 84%, 53%), hsl(90, 84%, 33%))
hex
background-color: #87EC22;
tailwind
bg-[hsl(90,84%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 84%, 53%, 0.4);
css variable
--color-primary: hsl(90, 84%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(90, 84%, 53%)?
HEX: #87EC22 | RGB: rgb(135, 236, 34) | CMYK: 43%, 0%, 86%, 7% | HSV: 90°, 86%, 93%. Copy any format from the conversion table above.
What colors go well with #87EC22?
The complementary color is HSL(270, 84%, 53%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 84%, 53%) in CSS?
As HSL: color: hsl(90, 84%, 53%); — As HEX: color: #87EC22; — As RGB: color: rgb(135, 236, 34); — Tailwind CSS: bg-[hsl(90,84%,53%)] — CSS variable: --color-primary: hsl(90, 84%, 53%);