HSL(112, 61%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,61%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 61%, 54%) | color: hsl(112, 61%, 54%) | |
| HEX | #55D142 | color: #55D142 | |
| RGB | rgb(85, 209, 66) | color: rgb(85, 209, 66) | |
| CMYK | cmyk(59%, 0%, 68%, 18%) | — | |
| HSV | hsv(112, 68%, 82%) | — | |
| HWB | hwb(112 26% 18%) | color: hwb(112 26% 18%) | |
| OKLCH | oklch(0.7625 0.2121 141.16) | color: oklch(0.7625 0.2121 141.16) | |
| Lab | lab(74.78 -60.46 58.15) | color: lab(74.78 -60.46 58.15) | |
| LCH | lch(74.78 83.89 136.12) | color: lch(74.78 83.89 136.12) |
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)
#8B8C65 — rgb(139, 140, 101)
Deuteranopia (Green-blind)
#847A6D — rgb(132, 122, 109)
Tritanopia (Blue-blind)
#5B8086 — rgb(91, 128, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 61%, 54%);
text
color: hsl(112, 61%, 54%);
border
border: 2px solid hsl(112, 61%, 54%);
gradient light
background: linear-gradient(to right, hsl(112, 61%, 74%), hsl(112, 61%, 54%));
gradient dark
background: linear-gradient(to right, hsl(112, 61%, 54%), hsl(112, 61%, 34%))
hex
background-color: #55D142;
tailwind
bg-[hsl(112,61%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 61%, 54%, 0.4);
css variable
--color-primary: hsl(112, 61%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 61%, 54%)?
HEX: #55D142 | RGB: rgb(85, 209, 66) | CMYK: 59%, 0%, 68%, 18% | HSV: 112°, 68%, 82%. Copy any format from the conversion table above.
What colors go well with #55D142?
The complementary color is HSL(292, 61%, 54%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 61%, 54%) in CSS?
As HSL: color: hsl(112, 61%, 54%); — As HEX: color: #55D142; — As RGB: color: rgb(85, 209, 66); — Tailwind CSS: bg-[hsl(112,61%,54%)] — CSS variable: --color-primary: hsl(112, 61%, 54%);