HSL(111, 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(111,90%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 90%, 59%) | color: hsl(111, 90%, 59%) | |
| HEX | #55F538 | color: #55F538 | |
| RGB | rgb(85, 245, 56) | color: rgb(85, 245, 56) | |
| CMYK | cmyk(65%, 0%, 77%, 4%) | — | |
| HSV | hsv(111, 77%, 96%) | — | |
| HWB | hwb(111 22% 4%) | color: hwb(111 22% 4%) | |
| OKLCH | oklch(0.8532 0.2574 141.03) | color: oklch(0.8532 0.2574 141.03) | |
| Lab | lab(85.76 -73.2 72.58) | color: lab(85.76 -73.2 72.58) | |
| LCH | lch(85.76 103.08 135.24) | color: lch(85.76 103.08 135.24) |
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)
#9A9C66 — rgb(154, 156, 102)
Deuteranopia (Green-blind)
#918571 — rgb(145, 133, 113)
Tritanopia (Blue-blind)
#5D8A92 — rgb(93, 138, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 90%, 59%);
text
color: hsl(111, 90%, 59%);
border
border: 2px solid hsl(111, 90%, 59%);
gradient light
background: linear-gradient(to right, hsl(111, 90%, 79%), hsl(111, 90%, 59%));
gradient dark
background: linear-gradient(to right, hsl(111, 90%, 59%), hsl(111, 90%, 39%))
hex
background-color: #55F538;
tailwind
bg-[hsl(111,90%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 90%, 59%, 0.4);
css variable
--color-primary: hsl(111, 90%, 59%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(111, 90%, 59%)?
HEX: #55F538 | RGB: rgb(85, 245, 56) | CMYK: 65%, 0%, 77%, 4% | HSV: 111°, 77%, 96%. Copy any format from the conversion table above.
What colors go well with #55F538?
The complementary color is HSL(291, 90%, 59%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 90%, 59%) in CSS?
As HSL: color: hsl(111, 90%, 59%); — As HEX: color: #55F538; — As RGB: color: rgb(85, 245, 56); — Tailwind CSS: bg-[hsl(111,90%,59%)] — CSS variable: --color-primary: hsl(111, 90%, 59%);