HSL(142, 89%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,89%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 89%, 63%) | color: hsl(142, 89%, 63%) | |
| HEX | #4DF58A | color: #4DF58A | |
| RGB | rgb(77, 245, 138) | color: rgb(77, 245, 138) | |
| CMYK | cmyk(69%, 0%, 44%, 4%) | — | |
| HSV | hsv(142, 69%, 96%) | — | |
| HWB | hwb(142 30% 4%) | color: hwb(142 30% 4%) | |
| OKLCH | oklch(0.8602 0.2014 151.33) | color: oklch(0.8602 0.2014 151.33) | |
| Lab | lab(86.36 -65.59 39.25) | color: lab(86.36 -65.59 39.25) | |
| LCH | lch(86.36 76.44 149.1) | color: lch(86.36 76.44 149.1) |
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)
#9697A4 — rgb(150, 151, 164)
Deuteranopia (Green-blind)
#8C7FAA — rgb(140, 127, 170)
Tritanopia (Blue-blind)
#55B8BD — rgb(85, 184, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 89%, 63%);
text
color: hsl(142, 89%, 63%);
border
border: 2px solid hsl(142, 89%, 63%);
gradient light
background: linear-gradient(to right, hsl(142, 89%, 83%), hsl(142, 89%, 63%));
gradient dark
background: linear-gradient(to right, hsl(142, 89%, 63%), hsl(142, 89%, 43%))
hex
background-color: #4DF58A;
tailwind
bg-[hsl(142,89%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 89%, 63%, 0.4);
css variable
--color-primary: hsl(142, 89%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 89%, 63%)?
HEX: #4DF58A | RGB: rgb(77, 245, 138) | CMYK: 69%, 0%, 44%, 4% | HSV: 142°, 69%, 96%. Copy any format from the conversion table above.
What colors go well with #4DF58A?
The complementary color is HSL(322, 89%, 63%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 89%, 63%) in CSS?
As HSL: color: hsl(142, 89%, 63%); — As HEX: color: #4DF58A; — As RGB: color: rgb(77, 245, 138); — Tailwind CSS: bg-[hsl(142,89%,63%)] — CSS variable: --color-primary: hsl(142, 89%, 63%);