HSL(111, 90%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,90%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 90%, 60%) | color: hsl(111, 90%, 60%) | |
| HEX | #59F53D | color: #59F53D | |
| RGB | rgb(89, 245, 61) | color: rgb(89, 245, 61) | |
| CMYK | cmyk(64%, 0%, 75%, 4%) | — | |
| HSV | hsv(111, 75%, 96%) | — | |
| HWB | hwb(111 24% 4%) | color: hwb(111 24% 4%) | |
| OKLCH | oklch(0.8546 0.2537 140.99) | color: oklch(0.8546 0.2537 140.99) | |
| Lab | lab(85.89 -72.08 71.21) | color: lab(85.89 -72.08 71.21) | |
| LCH | lch(85.89 101.32 135.35) | color: lch(85.89 101.32 135.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)
#9D9E6A — rgb(157, 158, 106)
Deuteranopia (Green-blind)
#948874 — rgb(148, 136, 116)
Tritanopia (Blue-blind)
#618D94 — rgb(97, 141, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 90%, 60%);
text
color: hsl(111, 90%, 60%);
border
border: 2px solid hsl(111, 90%, 60%);
gradient light
background: linear-gradient(to right, hsl(111, 90%, 80%), hsl(111, 90%, 60%));
gradient dark
background: linear-gradient(to right, hsl(111, 90%, 60%), hsl(111, 90%, 40%))
hex
background-color: #59F53D;
tailwind
bg-[hsl(111,90%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 90%, 60%, 0.4);
css variable
--color-primary: hsl(111, 90%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 90%, 60%)?
HEX: #59F53D | RGB: rgb(89, 245, 61) | CMYK: 64%, 0%, 75%, 4% | HSV: 111°, 75%, 96%. Copy any format from the conversion table above.
What colors go well with #59F53D?
The complementary color is HSL(291, 90%, 60%). 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%, 60%) in CSS?
As HSL: color: hsl(111, 90%, 60%); — As HEX: color: #59F53D; — As RGB: color: rgb(89, 245, 61); — Tailwind CSS: bg-[hsl(111,90%,60%)] — CSS variable: --color-primary: hsl(111, 90%, 60%);