HSL(131, 55%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,55%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 55%, 47%) | color: hsl(131, 55%, 47%) | |
| HEX | #36BA4E | color: #36BA4E | |
| RGB | rgb(54, 186, 78) | color: rgb(54, 186, 78) | |
| CMYK | cmyk(71%, 0%, 58%, 27%) | — | |
| HSV | hsv(131, 71%, 73%) | — | |
| HWB | hwb(131 21% 27%) | color: hwb(131 21% 27%) | |
| OKLCH | oklch(0.6952 0.1869 146.12) | color: oklch(0.6952 0.1869 146.12) | |
| Lab | lab(66.86 -57.54 43.97) | color: lab(66.86 -57.54 43.97) | |
| LCH | lch(66.86 72.42 142.61) | color: lch(66.86 72.42 142.61) |
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)
#6F7068 — rgb(111, 112, 104)
Deuteranopia (Green-blind)
#685E6E — rgb(104, 94, 110)
Tritanopia (Blue-blind)
#3D7D81 — rgb(61, 125, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 55%, 47%);
text
color: hsl(131, 55%, 47%);
border
border: 2px solid hsl(131, 55%, 47%);
gradient light
background: linear-gradient(to right, hsl(131, 55%, 67%), hsl(131, 55%, 47%));
gradient dark
background: linear-gradient(to right, hsl(131, 55%, 47%), hsl(131, 55%, 27%))
hex
background-color: #36BA4E;
tailwind
bg-[hsl(131,55%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 55%, 47%, 0.4);
css variable
--color-primary: hsl(131, 55%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 55%, 47%)?
HEX: #36BA4E | RGB: rgb(54, 186, 78) | CMYK: 71%, 0%, 58%, 27% | HSV: 131°, 71%, 73%. Copy any format from the conversion table above.
What colors go well with #36BA4E?
The complementary color is HSL(311, 55%, 47%). 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, 55%, 47%) in CSS?
As HSL: color: hsl(131, 55%, 47%); — As HEX: color: #36BA4E; — As RGB: color: rgb(54, 186, 78); — Tailwind CSS: bg-[hsl(131,55%,47%)] — CSS variable: --color-primary: hsl(131, 55%, 47%);