HSL(108, 90%, 59%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,90%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 90%, 59%) | color: hsl(108, 90%, 59%) | |
| HEX | #5EF538 | color: #5EF538 | |
| RGB | rgb(94, 245, 56) | color: rgb(94, 245, 56) | |
| CMYK | cmyk(62%, 0%, 77%, 4%) | — | |
| HSV | hsv(108, 77%, 96%) | — | |
| HWB | hwb(108 22% 4%) | color: hwb(108 22% 4%) | |
| OKLCH | oklch(0.8557 0.2543 140.29) | color: oklch(0.8557 0.2543 140.29) | |
| Lab | lab(85.99 -71.33 72.88) | color: lab(85.99 -71.33 72.88) | |
| LCH | lch(85.99 101.98 134.38) | color: lch(85.99 101.98 134.38) |
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)
#9FA166 — rgb(159, 161, 102)
Deuteranopia (Green-blind)
#978B71 — rgb(151, 139, 113)
Tritanopia (Blue-blind)
#668A92 — rgb(102, 138, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 90%, 59%);
text
color: hsl(108, 90%, 59%);
border
border: 2px solid hsl(108, 90%, 59%);
gradient light
background: linear-gradient(to right, hsl(108, 90%, 79%), hsl(108, 90%, 59%));
gradient dark
background: linear-gradient(to right, hsl(108, 90%, 59%), hsl(108, 90%, 39%))
hex
background-color: #5EF538;
tailwind
bg-[hsl(108,90%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 90%, 59%, 0.4);
css variable
--color-primary: hsl(108, 90%, 59%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(108, 90%, 59%)?
HEX: #5EF538 | RGB: rgb(94, 245, 56) | CMYK: 62%, 0%, 77%, 4% | HSV: 108°, 77%, 96%. Copy any format from the conversion table above.
What colors go well with #5EF538?
The complementary color is HSL(288, 90%, 59%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 90%, 59%) in CSS?
As HSL: color: hsl(108, 90%, 59%); — As HEX: color: #5EF538; — As RGB: color: rgb(94, 245, 56); — Tailwind CSS: bg-[hsl(108,90%,59%)] — CSS variable: --color-primary: hsl(108, 90%, 59%);