HSL(131, 76%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,76%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 76%, 55%) | color: hsl(131, 76%, 55%) | |
| HEX | #35E355 | color: #35E355 | |
| RGB | rgb(53, 227, 85) | color: rgb(53, 227, 85) | |
| CMYK | cmyk(77%, 0%, 63%, 11%) | — | |
| HSV | hsv(131, 77%, 89%) | — | |
| HWB | hwb(131 20% 11%) | color: hwb(131 20% 11%) | |
| OKLCH | oklch(0.8027 0.23 145.57) | color: oklch(0.8027 0.23 145.57) | |
| Lab | lab(79.81 -70.39 55.72) | color: lab(79.81 -70.39 55.72) | |
| LCH | lch(79.81 89.77 141.64) | color: lch(79.81 89.77 141.64) |
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)
#808277 — rgb(128, 130, 119)
Deuteranopia (Green-blind)
#766980 — rgb(118, 105, 128)
Tritanopia (Blue-blind)
#3E9298 — rgb(62, 146, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 76%, 55%);
text
color: hsl(131, 76%, 55%);
border
border: 2px solid hsl(131, 76%, 55%);
gradient light
background: linear-gradient(to right, hsl(131, 76%, 75%), hsl(131, 76%, 55%));
gradient dark
background: linear-gradient(to right, hsl(131, 76%, 55%), hsl(131, 76%, 35%))
hex
background-color: #35E355;
tailwind
bg-[hsl(131,76%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 76%, 55%, 0.4);
css variable
--color-primary: hsl(131, 76%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 76%, 55%)?
HEX: #35E355 | RGB: rgb(53, 227, 85) | CMYK: 77%, 0%, 63%, 11% | HSV: 131°, 77%, 89%. Copy any format from the conversion table above.
What colors go well with #35E355?
The complementary color is HSL(311, 76%, 55%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 76%, 55%) in CSS?
As HSL: color: hsl(131, 76%, 55%); — As HEX: color: #35E355; — As RGB: color: rgb(53, 227, 85); — Tailwind CSS: bg-[hsl(131,76%,55%)] — CSS variable: --color-primary: hsl(131, 76%, 55%);