HSL(132, 71%, 42%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,71%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 71%, 42%) | color: hsl(132, 71%, 42%) | |
| HEX | #1FB73D | color: #1FB73D | |
| RGB | rgb(31, 183, 61) | color: rgb(31, 183, 61) | |
| CMYK | cmyk(83%, 0%, 67%, 28%) | — | |
| HSV | hsv(132, 83%, 72%) | — | |
| HWB | hwb(132 12% 28%) | color: hwb(132 12% 28%) | |
| OKLCH | oklch(0.681 0.2022 145.34) | color: oklch(0.681 0.2022 145.34) | |
| Lab | lab(65.35 -61.73 49.71) | color: lab(65.35 -61.73 49.71) | |
| LCH | lch(65.35 79.26 141.16) | color: lch(65.35 79.26 141.16) |
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)
#61625B — rgb(97, 98, 91)
Deuteranopia (Green-blind)
#584D62 — rgb(88, 77, 98)
Tritanopia (Blue-blind)
#277277 — rgb(39, 114, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 71%, 42%);
text
color: hsl(132, 71%, 42%);
border
border: 2px solid hsl(132, 71%, 42%);
gradient light
background: linear-gradient(to right, hsl(132, 71%, 62%), hsl(132, 71%, 42%));
gradient dark
background: linear-gradient(to right, hsl(132, 71%, 42%), hsl(132, 71%, 22%))
hex
background-color: #1FB73D;
tailwind
bg-[hsl(132,71%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 71%, 42%, 0.4);
css variable
--color-primary: hsl(132, 71%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 71%, 42%)?
HEX: #1FB73D | RGB: rgb(31, 183, 61) | CMYK: 83%, 0%, 67%, 28% | HSV: 132°, 83%, 72%. Copy any format from the conversion table above.
What colors go well with #1FB73D?
The complementary color is HSL(312, 71%, 42%). 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, 71%, 42%) in CSS?
As HSL: color: hsl(132, 71%, 42%); — As HEX: color: #1FB73D; — As RGB: color: rgb(31, 183, 61); — Tailwind CSS: bg-[hsl(132,71%,42%)] — CSS variable: --color-primary: hsl(132, 71%, 42%);