HSL(115, 43%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,43%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 43%, 60%) | color: hsl(115, 43%, 60%) | |
| HEX | #74C56D | color: #74C56D | |
| RGB | rgb(116, 197, 109) | color: rgb(116, 197, 109) | |
| CMYK | cmyk(41%, 0%, 45%, 23%) | — | |
| HSV | hsv(115, 45%, 77%) | — | |
| HWB | hwb(115 42% 23%) | color: hwb(115 42% 23%) | |
| OKLCH | oklch(0.7503 0.1457 142.3) | color: oklch(0.7503 0.1457 142.3) | |
| Lab | lab(72.73 -42.28 36.47) | color: lab(72.73 -42.28 36.47) | |
| LCH | lch(72.73 55.84 139.22) | color: lch(72.73 55.84 139.22) |
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)
#979882 — rgb(151, 152, 130)
Deuteranopia (Green-blind)
#928C87 — rgb(146, 140, 135)
Tritanopia (Blue-blind)
#789397 — rgb(120, 147, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 43%, 60%);
text
color: hsl(115, 43%, 60%);
border
border: 2px solid hsl(115, 43%, 60%);
gradient light
background: linear-gradient(to right, hsl(115, 43%, 80%), hsl(115, 43%, 60%));
gradient dark
background: linear-gradient(to right, hsl(115, 43%, 60%), hsl(115, 43%, 40%))
hex
background-color: #74C56D;
tailwind
bg-[hsl(115,43%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 43%, 60%, 0.4);
css variable
--color-primary: hsl(115, 43%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 43%, 60%)?
HEX: #74C56D | RGB: rgb(116, 197, 109) | CMYK: 41%, 0%, 45%, 23% | HSV: 115°, 45%, 77%. Copy any format from the conversion table above.
What colors go well with #74C56D?
The complementary color is HSL(295, 43%, 60%). 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, 43%, 60%) in CSS?
As HSL: color: hsl(115, 43%, 60%); — As HEX: color: #74C56D; — As RGB: color: rgb(116, 197, 109); — Tailwind CSS: bg-[hsl(115,43%,60%)] — CSS variable: --color-primary: hsl(115, 43%, 60%);