HSL(144, 75%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,75%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 75%, 60%) | color: hsl(144, 75%, 60%) | |
| HEX | #4DE68A | color: #4DE68A | |
| RGB | rgb(77, 230, 138) | color: rgb(77, 230, 138) | |
| CMYK | cmyk(67%, 0%, 40%, 10%) | — | |
| HSV | hsv(144, 67%, 90%) | — | |
| HWB | hwb(144 30% 10%) | color: hwb(144 30% 10%) | |
| OKLCH | oklch(0.8229 0.1823 152.95) | color: oklch(0.8229 0.1823 152.95) | |
| Lab | lab(81.84 -60.15 33.37) | color: lab(81.84 -60.15 33.37) | |
| LCH | lch(81.84 68.79 150.98) | color: lch(81.84 68.79 150.98) |
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)
#8F91A0 — rgb(143, 145, 160)
Deuteranopia (Green-blind)
#867BA6 — rgb(134, 123, 166)
Tritanopia (Blue-blind)
#55B2B6 — rgb(85, 178, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 75%, 60%);
text
color: hsl(144, 75%, 60%);
border
border: 2px solid hsl(144, 75%, 60%);
gradient light
background: linear-gradient(to right, hsl(144, 75%, 80%), hsl(144, 75%, 60%));
gradient dark
background: linear-gradient(to right, hsl(144, 75%, 60%), hsl(144, 75%, 40%))
hex
background-color: #4DE68A;
tailwind
bg-[hsl(144,75%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 75%, 60%, 0.4);
css variable
--color-primary: hsl(144, 75%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 75%, 60%)?
HEX: #4DE68A | RGB: rgb(77, 230, 138) | CMYK: 67%, 0%, 40%, 10% | HSV: 144°, 67%, 90%. Copy any format from the conversion table above.
What colors go well with #4DE68A?
The complementary color is HSL(324, 75%, 60%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 75%, 60%) in CSS?
As HSL: color: hsl(144, 75%, 60%); — As HEX: color: #4DE68A; — As RGB: color: rgb(77, 230, 138); — Tailwind CSS: bg-[hsl(144,75%,60%)] — CSS variable: --color-primary: hsl(144, 75%, 60%);