HSL(129, 75%, 56%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,75%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 75%, 56%) | color: hsl(129, 75%, 56%) | |
| HEX | #3BE354 | color: #3BE354 | |
| RGB | rgb(59, 227, 84) | color: rgb(59, 227, 84) | |
| CMYK | cmyk(74%, 0%, 63%, 11%) | — | |
| HSV | hsv(129, 74%, 89%) | — | |
| HWB | hwb(129 23% 11%) | color: hwb(129 23% 11%) | |
| OKLCH | oklch(0.8037 0.2292 145.11) | color: oklch(0.8037 0.2292 145.11) | |
| Lab | lab(79.9 -69.67 56.26) | color: lab(79.9 -69.67 56.26) | |
| LCH | lch(79.9 89.55 141.08) | color: lch(79.9 89.55 141.08) |
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)
#848577 — rgb(132, 133, 119)
Deuteranopia (Green-blind)
#7A6D7F — rgb(122, 109, 127)
Tritanopia (Blue-blind)
#439298 — rgb(67, 146, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 75%, 56%);
text
color: hsl(129, 75%, 56%);
border
border: 2px solid hsl(129, 75%, 56%);
gradient light
background: linear-gradient(to right, hsl(129, 75%, 76%), hsl(129, 75%, 56%));
gradient dark
background: linear-gradient(to right, hsl(129, 75%, 56%), hsl(129, 75%, 36%))
hex
background-color: #3BE354;
tailwind
bg-[hsl(129,75%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 75%, 56%, 0.4);
css variable
--color-primary: hsl(129, 75%, 56%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 75%, 56%)?
HEX: #3BE354 | RGB: rgb(59, 227, 84) | CMYK: 74%, 0%, 63%, 11% | HSV: 129°, 74%, 89%. Copy any format from the conversion table above.
What colors go well with #3BE354?
The complementary color is HSL(309, 75%, 56%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 75%, 56%) in CSS?
As HSL: color: hsl(129, 75%, 56%); — As HEX: color: #3BE354; — As RGB: color: rgb(59, 227, 84); — Tailwind CSS: bg-[hsl(129,75%,56%)] — CSS variable: --color-primary: hsl(129, 75%, 56%);