HSL(128, 70%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 70%, 55%) | color: hsl(128, 70%, 55%) | |
| HEX | #3CDD51 | color: #3CDD51 | |
| RGB | rgb(60, 221, 81) | color: rgb(60, 221, 81) | |
| CMYK | cmyk(73%, 0%, 63%, 13%) | — | |
| HSV | hsv(128, 73%, 87%) | — | |
| HWB | hwb(128 23% 13%) | color: hwb(128 23% 13%) | |
| OKLCH | oklch(0.7881 0.2243 144.87) | color: oklch(0.7881 0.2243 144.87) | |
| Lab | lab(78.03 -67.91 55.44) | color: lab(78.03 -67.91 55.44) | |
| LCH | lch(78.03 87.67 140.77) | color: lch(78.03 87.67 140.77) |
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)
#828373 — rgb(130, 131, 115)
Deuteranopia (Green-blind)
#786C7B — rgb(120, 108, 123)
Tritanopia (Blue-blind)
#448E94 — rgb(68, 142, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 70%, 55%);
text
color: hsl(128, 70%, 55%);
border
border: 2px solid hsl(128, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(128, 70%, 75%), hsl(128, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(128, 70%, 55%), hsl(128, 70%, 35%))
hex
background-color: #3CDD51;
tailwind
bg-[hsl(128,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 70%, 55%, 0.4);
css variable
--color-primary: hsl(128, 70%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 70%, 55%)?
HEX: #3CDD51 | RGB: rgb(60, 221, 81) | CMYK: 73%, 0%, 63%, 13% | HSV: 128°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #3CDD51?
The complementary color is HSL(308, 70%, 55%). 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, 70%, 55%) in CSS?
As HSL: color: hsl(128, 70%, 55%); — As HEX: color: #3CDD51; — As RGB: color: rgb(60, 221, 81); — Tailwind CSS: bg-[hsl(128,70%,55%)] — CSS variable: --color-primary: hsl(128, 70%, 55%);