HSL(132, 95%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,95%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 95%, 33%) | color: hsl(132, 95%, 33%) | |
| HEX | #04A424 | color: #04A424 | |
| RGB | rgb(4, 164, 36) | color: rgb(4, 164, 36) | |
| CMYK | cmyk(98%, 0%, 78%, 36%) | — | |
| HSV | hsv(132, 98%, 64%) | — | |
| HWB | hwb(132 1% 36%) | color: hwb(132 1% 36%) | |
| OKLCH | oklch(0.6244 0.2003 144.16) | color: oklch(0.6244 0.2003 144.16) | |
| Lab | lab(58.7 -60.18 52.25) | color: lab(58.7 -60.18 52.25) | |
| LCH | lch(58.7 79.7 139.03) | color: lch(58.7 79.7 139.03) |
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)
#494B43 — rgb(73, 75, 67)
Deuteranopia (Green-blind)
#40344A — rgb(64, 52, 74)
Tritanopia (Blue-blind)
#0C5B61 — rgb(12, 91, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 95%, 33%);
text
color: hsl(132, 95%, 33%);
border
border: 2px solid hsl(132, 95%, 33%);
gradient light
background: linear-gradient(to right, hsl(132, 95%, 53%), hsl(132, 95%, 33%));
gradient dark
background: linear-gradient(to right, hsl(132, 95%, 33%), hsl(132, 95%, 13%))
hex
background-color: #04A424;
tailwind
bg-[hsl(132,95%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 95%, 33%, 0.4);
css variable
--color-primary: hsl(132, 95%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 95%, 33%)?
HEX: #04A424 | RGB: rgb(4, 164, 36) | CMYK: 98%, 0%, 78%, 36% | HSV: 132°, 98%, 64%. Copy any format from the conversion table above.
What colors go well with #04A424?
The complementary color is HSL(312, 95%, 33%). 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, 95%, 33%) in CSS?
As HSL: color: hsl(132, 95%, 33%); — As HEX: color: #04A424; — As RGB: color: rgb(4, 164, 36); — Tailwind CSS: bg-[hsl(132,95%,33%)] — CSS variable: --color-primary: hsl(132, 95%, 33%);