HSL(115, 63%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,63%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 63%, 58%) | color: hsl(115, 63%, 58%) | |
| HEX | #5CD750 | color: #5CD750 | |
| RGB | rgb(92, 215, 80) | color: rgb(92, 215, 80) | |
| CMYK | cmyk(57%, 0%, 63%, 16%) | — | |
| HSV | hsv(115, 63%, 84%) | — | |
| HWB | hwb(115 31% 16%) | color: hwb(115 31% 16%) | |
| OKLCH | oklch(0.7814 0.2067 141.87) | color: oklch(0.7814 0.2067 141.87) | |
| Lab | lab(76.95 -59.62 54.88) | color: lab(76.95 -59.62 54.88) | |
| LCH | lch(76.95 81.03 137.37) | color: lch(76.95 81.03 137.37) |
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)
#919271 — rgb(145, 146, 113)
Deuteranopia (Green-blind)
#8A8179 — rgb(138, 129, 121)
Tritanopia (Blue-blind)
#628A90 — rgb(98, 138, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 63%, 58%);
text
color: hsl(115, 63%, 58%);
border
border: 2px solid hsl(115, 63%, 58%);
gradient light
background: linear-gradient(to right, hsl(115, 63%, 78%), hsl(115, 63%, 58%));
gradient dark
background: linear-gradient(to right, hsl(115, 63%, 58%), hsl(115, 63%, 38%))
hex
background-color: #5CD750;
tailwind
bg-[hsl(115,63%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 63%, 58%, 0.4);
css variable
--color-primary: hsl(115, 63%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 63%, 58%)?
HEX: #5CD750 | RGB: rgb(92, 215, 80) | CMYK: 57%, 0%, 63%, 16% | HSV: 115°, 63%, 84%. Copy any format from the conversion table above.
What colors go well with #5CD750?
The complementary color is HSL(295, 63%, 58%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 63%, 58%) in CSS?
As HSL: color: hsl(115, 63%, 58%); — As HEX: color: #5CD750; — As RGB: color: rgb(92, 215, 80); — Tailwind CSS: bg-[hsl(115,63%,58%)] — CSS variable: --color-primary: hsl(115, 63%, 58%);