HSL(133, 72%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,72%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 72%, 44%) | color: hsl(133, 72%, 44%) | |
| HEX | #1FC142 | color: #1FC142 | |
| RGB | rgb(31, 193, 66) | color: rgb(31, 193, 66) | |
| CMYK | cmyk(84%, 0%, 66%, 24%) | — | |
| HSV | hsv(133, 84%, 76%) | — | |
| HWB | hwb(133 12% 24%) | color: hwb(133 12% 24%) | |
| OKLCH | oklch(0.7083 0.21 145.59) | color: oklch(0.7083 0.21 145.59) | |
| Lab | lab(68.62 -64.33 51.2) | color: lab(68.62 -64.33 51.2) | |
| LCH | lch(68.62 82.22 141.48) | color: lch(68.62 82.22 141.48) |
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)
#656761 — rgb(101, 103, 97)
Deuteranopia (Green-blind)
#5C5068 — rgb(92, 80, 104)
Tritanopia (Blue-blind)
#27797E — rgb(39, 121, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 72%, 44%);
text
color: hsl(133, 72%, 44%);
border
border: 2px solid hsl(133, 72%, 44%);
gradient light
background: linear-gradient(to right, hsl(133, 72%, 64%), hsl(133, 72%, 44%));
gradient dark
background: linear-gradient(to right, hsl(133, 72%, 44%), hsl(133, 72%, 24%))
hex
background-color: #1FC142;
tailwind
bg-[hsl(133,72%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 72%, 44%, 0.4);
css variable
--color-primary: hsl(133, 72%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 72%, 44%)?
HEX: #1FC142 | RGB: rgb(31, 193, 66) | CMYK: 84%, 0%, 66%, 24% | HSV: 133°, 84%, 76%. Copy any format from the conversion table above.
What colors go well with #1FC142?
The complementary color is HSL(313, 72%, 44%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 72%, 44%) in CSS?
As HSL: color: hsl(133, 72%, 44%); — As HEX: color: #1FC142; — As RGB: color: rgb(31, 193, 66); — Tailwind CSS: bg-[hsl(133,72%,44%)] — CSS variable: --color-primary: hsl(133, 72%, 44%);