HSL(83, 84%, 53%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,84%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 84%, 53%) | color: hsl(83, 84%, 53%) | |
| HEX | #9FEC22 | color: #9FEC22 | |
| RGB | rgb(159, 236, 34) | color: rgb(159, 236, 34) | |
| CMYK | cmyk(33%, 0%, 86%, 7%) | — | |
| HSV | hsv(83, 86%, 93%) | — | |
| HWB | hwb(83 13% 7%) | color: hwb(83 13% 7%) | |
| OKLCH | oklch(0.8603 0.2235 129.94) | color: oklch(0.8603 0.2235 129.94) | |
| Lab | lab(85.74 -50.06 79.03) | color: lab(85.74 -50.06 79.03) | |
| LCH | lch(85.74 93.55 122.35) | color: lch(85.74 93.55 122.35) |
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)
#C0C153 — rgb(192, 193, 83)
Deuteranopia (Green-blind)
#BCB65F — rgb(188, 182, 95)
Tritanopia (Blue-blind)
#A37982 — rgb(163, 121, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 84%, 53%);
text
color: hsl(83, 84%, 53%);
border
border: 2px solid hsl(83, 84%, 53%);
gradient light
background: linear-gradient(to right, hsl(83, 84%, 73%), hsl(83, 84%, 53%));
gradient dark
background: linear-gradient(to right, hsl(83, 84%, 53%), hsl(83, 84%, 33%))
hex
background-color: #9FEC22;
tailwind
bg-[hsl(83,84%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 84%, 53%, 0.4);
css variable
--color-primary: hsl(83, 84%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(83, 84%, 53%)?
HEX: #9FEC22 | RGB: rgb(159, 236, 34) | CMYK: 33%, 0%, 86%, 7% | HSV: 83°, 86%, 93%. Copy any format from the conversion table above.
What colors go well with #9FEC22?
The complementary color is HSL(263, 84%, 53%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 84%, 53%) in CSS?
As HSL: color: hsl(83, 84%, 53%); — As HEX: color: #9FEC22; — As RGB: color: rgb(159, 236, 34); — Tailwind CSS: bg-[hsl(83,84%,53%)] — CSS variable: --color-primary: hsl(83, 84%, 53%);