HSL(111, 46%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,46%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 46%, 50%) | color: hsl(111, 46%, 50%) | |
| HEX | #56BA45 | color: #56BA45 | |
| RGB | rgb(86, 186, 69) | color: rgb(86, 186, 69) | |
| CMYK | cmyk(54%, 0%, 63%, 27%) | — | |
| HSV | hsv(111, 63%, 73%) | — | |
| HWB | hwb(111 27% 27%) | color: hwb(111 27% 27%) | |
| OKLCH | oklch(0.7041 0.1814 140.88) | color: oklch(0.7041 0.1814 140.88) | |
| Lab | lab(67.67 -51.47 49.21) | color: lab(67.67 -51.47 49.21) | |
| LCH | lch(67.67 71.21 136.29) | color: lch(67.67 71.21 136.29) |
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)
#818261 — rgb(129, 130, 97)
Deuteranopia (Green-blind)
#7C7468 — rgb(124, 116, 104)
Tritanopia (Blue-blind)
#5B787D — rgb(91, 120, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 46%, 50%);
text
color: hsl(111, 46%, 50%);
border
border: 2px solid hsl(111, 46%, 50%);
gradient light
background: linear-gradient(to right, hsl(111, 46%, 70%), hsl(111, 46%, 50%));
gradient dark
background: linear-gradient(to right, hsl(111, 46%, 50%), hsl(111, 46%, 30%))
hex
background-color: #56BA45;
tailwind
bg-[hsl(111,46%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 46%, 50%, 0.4);
css variable
--color-primary: hsl(111, 46%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 46%, 50%)?
HEX: #56BA45 | RGB: rgb(86, 186, 69) | CMYK: 54%, 0%, 63%, 27% | HSV: 111°, 63%, 73%. Copy any format from the conversion table above.
What colors go well with #56BA45?
The complementary color is HSL(291, 46%, 50%). 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, 46%, 50%) in CSS?
As HSL: color: hsl(111, 46%, 50%); — As HEX: color: #56BA45; — As RGB: color: rgb(86, 186, 69); — Tailwind CSS: bg-[hsl(111,46%,50%)] — CSS variable: --color-primary: hsl(111, 46%, 50%);