HSL(113, 50%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,50%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 50%, 63%) | color: hsl(113, 50%, 63%) | |
| HEX | #7CD071 | color: #7CD071 | |
| RGB | rgb(124, 208, 113) | color: rgb(124, 208, 113) | |
| CMYK | cmyk(40%, 0%, 46%, 18%) | — | |
| HSV | hsv(113, 46%, 82%) | — | |
| HWB | hwb(113 44% 18%) | color: hwb(113 44% 18%) | |
| OKLCH | oklch(0.7817 0.1534 141.5) | color: oklch(0.7817 0.1534 141.5) | |
| Lab | lab(76.43 -43.99 39.22) | color: lab(76.43 -43.99 39.22) | |
| LCH | lch(76.43 58.93 138.28) | color: lch(76.43 58.93 138.28) |
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)
#A0A188 — rgb(160, 161, 136)
Deuteranopia (Green-blind)
#9C958E — rgb(156, 149, 142)
Tritanopia (Blue-blind)
#809A9E — rgb(128, 154, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 50%, 63%);
text
color: hsl(113, 50%, 63%);
border
border: 2px solid hsl(113, 50%, 63%);
gradient light
background: linear-gradient(to right, hsl(113, 50%, 83%), hsl(113, 50%, 63%));
gradient dark
background: linear-gradient(to right, hsl(113, 50%, 63%), hsl(113, 50%, 43%))
hex
background-color: #7CD071;
tailwind
bg-[hsl(113,50%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 50%, 63%, 0.4);
css variable
--color-primary: hsl(113, 50%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 50%, 63%)?
HEX: #7CD071 | RGB: rgb(124, 208, 113) | CMYK: 40%, 0%, 46%, 18% | HSV: 113°, 46%, 82%. Copy any format from the conversion table above.
What colors go well with #7CD071?
The complementary color is HSL(293, 50%, 63%). 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, 50%, 63%) in CSS?
As HSL: color: hsl(113, 50%, 63%); — As HEX: color: #7CD071; — As RGB: color: rgb(124, 208, 113); — Tailwind CSS: bg-[hsl(113,50%,63%)] — CSS variable: --color-primary: hsl(113, 50%, 63%);