HSL(138, 74%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,74%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 74%, 60%) | color: hsl(138, 74%, 60%) | |
| HEX | #4EE47B | color: #4EE47B | |
| RGB | rgb(78, 228, 123) | color: rgb(78, 228, 123) | |
| CMYK | cmyk(66%, 0%, 46%, 11%) | — | |
| HSV | hsv(138, 66%, 89%) | — | |
| HWB | hwb(138 30% 11%) | color: hwb(138 30% 11%) | |
| OKLCH | oklch(0.8156 0.1928 149.68) | color: oklch(0.8156 0.1928 149.68) | |
| Lab | lab(81.03 -61.73 39.79) | color: lab(81.03 -61.73 39.79) | |
| LCH | lch(81.03 73.44 147.19) | color: lch(81.03 73.44 147.19) |
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)
#8F9094 — rgb(143, 144, 148)
Deuteranopia (Green-blind)
#867B9B — rgb(134, 123, 155)
Tritanopia (Blue-blind)
#56A8AD — rgb(86, 168, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 74%, 60%);
text
color: hsl(138, 74%, 60%);
border
border: 2px solid hsl(138, 74%, 60%);
gradient light
background: linear-gradient(to right, hsl(138, 74%, 80%), hsl(138, 74%, 60%));
gradient dark
background: linear-gradient(to right, hsl(138, 74%, 60%), hsl(138, 74%, 40%))
hex
background-color: #4EE47B;
tailwind
bg-[hsl(138,74%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 74%, 60%, 0.4);
css variable
--color-primary: hsl(138, 74%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 74%, 60%)?
HEX: #4EE47B | RGB: rgb(78, 228, 123) | CMYK: 66%, 0%, 46%, 11% | HSV: 138°, 66%, 89%. Copy any format from the conversion table above.
What colors go well with #4EE47B?
The complementary color is HSL(318, 74%, 60%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 74%, 60%) in CSS?
As HSL: color: hsl(138, 74%, 60%); — As HEX: color: #4EE47B; — As RGB: color: rgb(78, 228, 123); — Tailwind CSS: bg-[hsl(138,74%,60%)] — CSS variable: --color-primary: hsl(138, 74%, 60%);