HSL(128, 94%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,94%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 94%, 60%) | color: hsl(128, 94%, 60%) | |
| HEX | #39F953 | color: #39F953 | |
| RGB | rgb(57, 249, 83) | color: rgb(57, 249, 83) | |
| CMYK | cmyk(77%, 0%, 67%, 2%) | — | |
| HSV | hsv(128, 77%, 98%) | — | |
| HWB | hwb(128 23% 2%) | color: hwb(128 23% 2%) | |
| OKLCH | oklch(0.8594 0.2546 144.61) | color: oklch(0.8594 0.2546 144.61) | |
| Lab | lab(86.62 -76.86 64.03) | color: lab(86.62 -76.86 64.03) | |
| LCH | lch(86.62 100.04 140.2) | color: lch(86.62 100.04 140.2) |
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)
#8C8E7B — rgb(140, 142, 123)
Deuteranopia (Green-blind)
#817385 — rgb(129, 115, 133)
Tritanopia (Blue-blind)
#439BA2 — rgb(67, 155, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 94%, 60%);
text
color: hsl(128, 94%, 60%);
border
border: 2px solid hsl(128, 94%, 60%);
gradient light
background: linear-gradient(to right, hsl(128, 94%, 80%), hsl(128, 94%, 60%));
gradient dark
background: linear-gradient(to right, hsl(128, 94%, 60%), hsl(128, 94%, 40%))
hex
background-color: #39F953;
tailwind
bg-[hsl(128,94%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 94%, 60%, 0.4);
css variable
--color-primary: hsl(128, 94%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 94%, 60%)?
HEX: #39F953 | RGB: rgb(57, 249, 83) | CMYK: 77%, 0%, 67%, 2% | HSV: 128°, 77%, 98%. Copy any format from the conversion table above.
What colors go well with #39F953?
The complementary color is HSL(308, 94%, 60%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 94%, 60%) in CSS?
As HSL: color: hsl(128, 94%, 60%); — As HEX: color: #39F953; — As RGB: color: rgb(57, 249, 83); — Tailwind CSS: bg-[hsl(128,94%,60%)] — CSS variable: --color-primary: hsl(128, 94%, 60%);