HSL(82, 71%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,71%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 71%, 41%) | color: hsl(82, 71%, 41%) | |
| HEX | #7CB31E | color: #7CB31E | |
| RGB | rgb(124, 179, 30) | color: rgb(124, 179, 30) | |
| CMYK | cmyk(31%, 0%, 83%, 30%) | — | |
| HSV | hsv(82, 83%, 70%) | — | |
| HWB | hwb(82 12% 30%) | color: hwb(82 12% 30%) | |
| OKLCH | oklch(0.7024 0.1769 129.02) | color: oklch(0.7024 0.1769 129.02) | |
| Lab | lab(66.99 -38.79 62.98) | color: lab(66.99 -38.79 62.98) | |
| LCH | lch(66.99 73.97 121.63) | color: lch(66.99 73.97 121.63) |
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)
#949442 — rgb(148, 148, 66)
Deuteranopia (Green-blind)
#918D4B — rgb(145, 141, 75)
Tritanopia (Blue-blind)
#7F5F65 — rgb(127, 95, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 71%, 41%);
text
color: hsl(82, 71%, 41%);
border
border: 2px solid hsl(82, 71%, 41%);
gradient light
background: linear-gradient(to right, hsl(82, 71%, 61%), hsl(82, 71%, 41%));
gradient dark
background: linear-gradient(to right, hsl(82, 71%, 41%), hsl(82, 71%, 21%))
hex
background-color: #7CB31E;
tailwind
bg-[hsl(82,71%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 71%, 41%, 0.4);
css variable
--color-primary: hsl(82, 71%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 71%, 41%)?
HEX: #7CB31E | RGB: rgb(124, 179, 30) | CMYK: 31%, 0%, 83%, 30% | HSV: 82°, 83%, 70%. Copy any format from the conversion table above.
What colors go well with #7CB31E?
The complementary color is HSL(262, 71%, 41%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 71%, 41%) in CSS?
As HSL: color: hsl(82, 71%, 41%); — As HEX: color: #7CB31E; — As RGB: color: rgb(124, 179, 30); — Tailwind CSS: bg-[hsl(82,71%,41%)] — CSS variable: --color-primary: hsl(82, 71%, 41%);