HSL(112, 70%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,70%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 70%, 49%) | color: hsl(112, 70%, 49%) | |
| HEX | #3DD425 | color: #3DD425 | |
| RGB | rgb(61, 212, 37) | color: rgb(61, 212, 37) | |
| CMYK | cmyk(71%, 0%, 83%, 17%) | — | |
| HSV | hsv(112, 83%, 83%) | — | |
| HWB | hwb(112 14% 17%) | color: hwb(112 14% 17%) | |
| OKLCH | oklch(0.7618 0.2387 141.37) | color: oklch(0.7618 0.2387 141.37) | |
| Lab | lab(74.96 -68.31 67.51) | color: lab(74.96 -68.31 67.51) | |
| LCH | lch(74.96 96.04 135.34) | color: lch(74.96 96.04 135.34) |
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)
#7E804F — rgb(126, 128, 79)
Deuteranopia (Green-blind)
#766A5A — rgb(118, 106, 90)
Tritanopia (Blue-blind)
#457178 — rgb(69, 113, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 70%, 49%);
text
color: hsl(112, 70%, 49%);
border
border: 2px solid hsl(112, 70%, 49%);
gradient light
background: linear-gradient(to right, hsl(112, 70%, 69%), hsl(112, 70%, 49%));
gradient dark
background: linear-gradient(to right, hsl(112, 70%, 49%), hsl(112, 70%, 29%))
hex
background-color: #3DD425;
tailwind
bg-[hsl(112,70%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 70%, 49%, 0.4);
css variable
--color-primary: hsl(112, 70%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 70%, 49%)?
HEX: #3DD425 | RGB: rgb(61, 212, 37) | CMYK: 71%, 0%, 83%, 17% | HSV: 112°, 83%, 83%. Copy any format from the conversion table above.
What colors go well with #3DD425?
The complementary color is HSL(292, 70%, 49%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 70%, 49%) in CSS?
As HSL: color: hsl(112, 70%, 49%); — As HEX: color: #3DD425; — As RGB: color: rgb(61, 212, 37); — Tailwind CSS: bg-[hsl(112,70%,49%)] — CSS variable: --color-primary: hsl(112, 70%, 49%);