HSL(136, 73%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,73%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 73%, 52%) | color: hsl(136, 73%, 52%) | |
| HEX | #2BDE5B | color: #2BDE5B | |
| RGB | rgb(43, 222, 91) | color: rgb(43, 222, 91) | |
| CMYK | cmyk(81%, 0%, 59%, 13%) | — | |
| HSV | hsv(136, 81%, 87%) | — | |
| HWB | hwb(136 17% 13%) | color: hwb(136 17% 13%) | |
| OKLCH | oklch(0.7889 0.2221 147.01) | color: oklch(0.7889 0.2221 147.01) | |
| Lab | lab(78.17 -69.3 51.21) | color: lab(78.17 -69.3 51.21) | |
| LCH | lch(78.17 86.17 143.54) | color: lch(78.17 86.17 143.54) |
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)
#797A7B — rgb(121, 122, 123)
Deuteranopia (Green-blind)
#6E6182 — rgb(110, 97, 130)
Tritanopia (Blue-blind)
#349499 — rgb(52, 148, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 73%, 52%);
text
color: hsl(136, 73%, 52%);
border
border: 2px solid hsl(136, 73%, 52%);
gradient light
background: linear-gradient(to right, hsl(136, 73%, 72%), hsl(136, 73%, 52%));
gradient dark
background: linear-gradient(to right, hsl(136, 73%, 52%), hsl(136, 73%, 32%))
hex
background-color: #2BDE5B;
tailwind
bg-[hsl(136,73%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 73%, 52%, 0.4);
css variable
--color-primary: hsl(136, 73%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 73%, 52%)?
HEX: #2BDE5B | RGB: rgb(43, 222, 91) | CMYK: 81%, 0%, 59%, 13% | HSV: 136°, 81%, 87%. Copy any format from the conversion table above.
What colors go well with #2BDE5B?
The complementary color is HSL(316, 73%, 52%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 73%, 52%) in CSS?
As HSL: color: hsl(136, 73%, 52%); — As HEX: color: #2BDE5B; — As RGB: color: rgb(43, 222, 91); — Tailwind CSS: bg-[hsl(136,73%,52%)] — CSS variable: --color-primary: hsl(136, 73%, 52%);