HSL(113, 63%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,63%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 63%, 39%) | color: hsl(113, 63%, 39%) | |
| HEX | #33A225 | color: #33A225 | |
| RGB | rgb(51, 162, 37) | color: rgb(51, 162, 37) | |
| CMYK | cmyk(69%, 0%, 77%, 36%) | — | |
| HSV | hsv(113, 77%, 64%) | — | |
| HWB | hwb(113 15% 36%) | color: hwb(113 15% 36%) | |
| OKLCH | oklch(0.626 0.188 141.56) | color: oklch(0.626 0.188 141.56) | |
| Lab | lab(58.67 -53.98 52.1) | color: lab(58.67 -53.98 52.1) | |
| LCH | lch(58.67 75.02 136.02) | color: lch(58.67 75.02 136.02) |
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)
#636443 — rgb(99, 100, 67)
Deuteranopia (Green-blind)
#5D544B — rgb(93, 84, 75)
Tritanopia (Blue-blind)
#395B60 — rgb(57, 91, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 63%, 39%);
text
color: hsl(113, 63%, 39%);
border
border: 2px solid hsl(113, 63%, 39%);
gradient light
background: linear-gradient(to right, hsl(113, 63%, 59%), hsl(113, 63%, 39%));
gradient dark
background: linear-gradient(to right, hsl(113, 63%, 39%), hsl(113, 63%, 19%))
hex
background-color: #33A225;
tailwind
bg-[hsl(113,63%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 63%, 39%, 0.4);
css variable
--color-primary: hsl(113, 63%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 63%, 39%)?
HEX: #33A225 | RGB: rgb(51, 162, 37) | CMYK: 69%, 0%, 77%, 36% | HSV: 113°, 77%, 64%. Copy any format from the conversion table above.
What colors go well with #33A225?
The complementary color is HSL(293, 63%, 39%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 63%, 39%) in CSS?
As HSL: color: hsl(113, 63%, 39%); — As HEX: color: #33A225; — As RGB: color: rgb(51, 162, 37); — Tailwind CSS: bg-[hsl(113,63%,39%)] — CSS variable: --color-primary: hsl(113, 63%, 39%);