HSL(113, 42%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,42%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 42%, 61%) | color: hsl(113, 42%, 61%) | |
| HEX | #7CC572 | color: #7CC572 | |
| RGB | rgb(124, 197, 114) | color: rgb(124, 197, 114) | |
| CMYK | cmyk(37%, 0%, 42%, 23%) | — | |
| HSV | hsv(113, 42%, 77%) | — | |
| HWB | hwb(113 45% 23%) | color: hwb(113 45% 23%) | |
| OKLCH | oklch(0.7553 0.1363 141.43) | color: oklch(0.7553 0.1363 141.43) | |
| Lab | lab(73.17 -39.04 34.58) | color: lab(73.17 -39.04 34.58) | |
| LCH | lch(73.17 52.15 138.47) | color: lch(73.17 52.15 138.47) |
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)
#9C9C86 — rgb(156, 156, 134)
Deuteranopia (Green-blind)
#97928B — rgb(151, 146, 139)
Tritanopia (Blue-blind)
#809699 — rgb(128, 150, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 42%, 61%);
text
color: hsl(113, 42%, 61%);
border
border: 2px solid hsl(113, 42%, 61%);
gradient light
background: linear-gradient(to right, hsl(113, 42%, 81%), hsl(113, 42%, 61%));
gradient dark
background: linear-gradient(to right, hsl(113, 42%, 61%), hsl(113, 42%, 41%))
hex
background-color: #7CC572;
tailwind
bg-[hsl(113,42%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 42%, 61%, 0.4);
css variable
--color-primary: hsl(113, 42%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 42%, 61%)?
HEX: #7CC572 | RGB: rgb(124, 197, 114) | CMYK: 37%, 0%, 42%, 23% | HSV: 113°, 42%, 77%. Copy any format from the conversion table above.
What colors go well with #7CC572?
The complementary color is HSL(293, 42%, 61%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 42%, 61%) in CSS?
As HSL: color: hsl(113, 42%, 61%); — As HEX: color: #7CC572; — As RGB: color: rgb(124, 197, 114); — Tailwind CSS: bg-[hsl(113,42%,61%)] — CSS variable: --color-primary: hsl(113, 42%, 61%);