HSL(117, 68%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,68%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 68%, 58%) | color: hsl(117, 68%, 58%) | |
| HEX | #52DD4B | color: #52DD4B | |
| RGB | rgb(82, 221, 75) | color: rgb(82, 221, 75) | |
| CMYK | cmyk(63%, 0%, 66%, 13%) | — | |
| HSV | hsv(117, 66%, 87%) | — | |
| HWB | hwb(117 30% 13%) | color: hwb(117 30% 13%) | |
| OKLCH | oklch(0.793 0.2213 142.46) | color: oklch(0.793 0.2213 142.46) | |
| Lab | lab(78.47 -64.49 58.52) | color: lab(78.47 -64.49 58.52) | |
| LCH | lch(78.47 87.08 137.78) | color: lch(78.47 87.08 137.78) |
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)
#8E8F6E — rgb(142, 143, 110)
Deuteranopia (Green-blind)
#867C77 — rgb(134, 124, 119)
Tritanopia (Blue-blind)
#598A90 — rgb(89, 138, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 68%, 58%);
text
color: hsl(117, 68%, 58%);
border
border: 2px solid hsl(117, 68%, 58%);
gradient light
background: linear-gradient(to right, hsl(117, 68%, 78%), hsl(117, 68%, 58%));
gradient dark
background: linear-gradient(to right, hsl(117, 68%, 58%), hsl(117, 68%, 38%))
hex
background-color: #52DD4B;
tailwind
bg-[hsl(117,68%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 68%, 58%, 0.4);
css variable
--color-primary: hsl(117, 68%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 68%, 58%)?
HEX: #52DD4B | RGB: rgb(82, 221, 75) | CMYK: 63%, 0%, 66%, 13% | HSV: 117°, 66%, 87%. Copy any format from the conversion table above.
What colors go well with #52DD4B?
The complementary color is HSL(297, 68%, 58%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 68%, 58%) in CSS?
As HSL: color: hsl(117, 68%, 58%); — As HEX: color: #52DD4B; — As RGB: color: rgb(82, 221, 75); — Tailwind CSS: bg-[hsl(117,68%,58%)] — CSS variable: --color-primary: hsl(117, 68%, 58%);