HSL(132, 70%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,70%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 70%, 53%) | color: hsl(132, 70%, 53%) | |
| HEX | #33DB55 | color: #33DB55 | |
| RGB | rgb(51, 219, 85) | color: rgb(51, 219, 85) | |
| CMYK | cmyk(77%, 0%, 61%, 14%) | — | |
| HSV | hsv(132, 77%, 86%) | — | |
| HWB | hwb(132 20% 14%) | color: hwb(132 20% 14%) | |
| OKLCH | oklch(0.7817 0.2214 145.96) | color: oklch(0.7817 0.2214 145.96) | |
| Lab | lab(77.29 -68.11 52.86) | color: lab(77.29 -68.11 52.86) | |
| LCH | lch(77.29 86.22 142.19) | color: lch(77.29 86.22 142.19) |
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)
#7C7D75 — rgb(124, 125, 117)
Deuteranopia (Green-blind)
#72657D — rgb(114, 101, 125)
Tritanopia (Blue-blind)
#3B8F95 — rgb(59, 143, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 70%, 53%);
text
color: hsl(132, 70%, 53%);
border
border: 2px solid hsl(132, 70%, 53%);
gradient light
background: linear-gradient(to right, hsl(132, 70%, 73%), hsl(132, 70%, 53%));
gradient dark
background: linear-gradient(to right, hsl(132, 70%, 53%), hsl(132, 70%, 33%))
hex
background-color: #33DB55;
tailwind
bg-[hsl(132,70%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 70%, 53%, 0.4);
css variable
--color-primary: hsl(132, 70%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 70%, 53%)?
HEX: #33DB55 | RGB: rgb(51, 219, 85) | CMYK: 77%, 0%, 61%, 14% | HSV: 132°, 77%, 86%. Copy any format from the conversion table above.
What colors go well with #33DB55?
The complementary color is HSL(312, 70%, 53%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 70%, 53%) in CSS?
As HSL: color: hsl(132, 70%, 53%); — As HEX: color: #33DB55; — As RGB: color: rgb(51, 219, 85); — Tailwind CSS: bg-[hsl(132,70%,53%)] — CSS variable: --color-primary: hsl(132, 70%, 53%);