HSL(113, 77%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,77%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 77%, 49%) | color: hsl(113, 77%, 49%) | |
| HEX | #33DD1D | color: #33DD1D | |
| RGB | rgb(51, 221, 29) | color: rgb(51, 221, 29) | |
| CMYK | cmyk(77%, 0%, 87%, 13%) | — | |
| HSV | hsv(113, 87%, 87%) | — | |
| HWB | hwb(113 11% 13%) | color: hwb(113 11% 13%) | |
| OKLCH | oklch(0.783 0.253 141.74) | color: oklch(0.783 0.253 141.74) | |
| Lab | lab(77.58 -72.9 71.56) | color: lab(77.58 -72.9 71.56) | |
| LCH | lch(77.58 102.15 135.53) | color: lch(77.58 102.15 135.53) |
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)
#7D7E4B — rgb(125, 126, 75)
Deuteranopia (Green-blind)
#736657 — rgb(115, 102, 87)
Tritanopia (Blue-blind)
#3C7078 — rgb(60, 112, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 77%, 49%);
text
color: hsl(113, 77%, 49%);
border
border: 2px solid hsl(113, 77%, 49%);
gradient light
background: linear-gradient(to right, hsl(113, 77%, 69%), hsl(113, 77%, 49%));
gradient dark
background: linear-gradient(to right, hsl(113, 77%, 49%), hsl(113, 77%, 29%))
hex
background-color: #33DD1D;
tailwind
bg-[hsl(113,77%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 77%, 49%, 0.4);
css variable
--color-primary: hsl(113, 77%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 77%, 49%)?
HEX: #33DD1D | RGB: rgb(51, 221, 29) | CMYK: 77%, 0%, 87%, 13% | HSV: 113°, 87%, 87%. Copy any format from the conversion table above.
What colors go well with #33DD1D?
The complementary color is HSL(293, 77%, 49%). 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, 77%, 49%) in CSS?
As HSL: color: hsl(113, 77%, 49%); — As HEX: color: #33DD1D; — As RGB: color: rgb(51, 221, 29); — Tailwind CSS: bg-[hsl(113,77%,49%)] — CSS variable: --color-primary: hsl(113, 77%, 49%);