HSL(107, 71%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,71%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 71%, 46%) | color: hsl(107, 71%, 46%) | |
| HEX | #46C922 | color: #46C922 | |
| RGB | rgb(70, 201, 34) | color: rgb(70, 201, 34) | |
| CMYK | cmyk(65%, 0%, 83%, 21%) | — | |
| HSV | hsv(107, 83%, 79%) | — | |
| HWB | hwb(107 13% 21%) | color: hwb(107 13% 21%) | |
| OKLCH | oklch(0.7352 0.2255 140.29) | color: oklch(0.7352 0.2255 140.29) | |
| Lab | lab(71.68 -63.24 65.37) | color: lab(71.68 -63.24 65.37) | |
| LCH | lch(71.68 90.95 134.05) | color: lch(71.68 90.95 134.05) |
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)
#7F804A — rgb(127, 128, 74)
Deuteranopia (Green-blind)
#776D54 — rgb(119, 109, 84)
Tritanopia (Blue-blind)
#4D6A71 — rgb(77, 106, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 71%, 46%);
text
color: hsl(107, 71%, 46%);
border
border: 2px solid hsl(107, 71%, 46%);
gradient light
background: linear-gradient(to right, hsl(107, 71%, 66%), hsl(107, 71%, 46%));
gradient dark
background: linear-gradient(to right, hsl(107, 71%, 46%), hsl(107, 71%, 26%))
hex
background-color: #46C922;
tailwind
bg-[hsl(107,71%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 71%, 46%, 0.4);
css variable
--color-primary: hsl(107, 71%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 71%, 46%)?
HEX: #46C922 | RGB: rgb(70, 201, 34) | CMYK: 65%, 0%, 83%, 21% | HSV: 107°, 83%, 79%. Copy any format from the conversion table above.
What colors go well with #46C922?
The complementary color is HSL(287, 71%, 46%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 71%, 46%) in CSS?
As HSL: color: hsl(107, 71%, 46%); — As HEX: color: #46C922; — As RGB: color: rgb(70, 201, 34); — Tailwind CSS: bg-[hsl(107,71%,46%)] — CSS variable: --color-primary: hsl(107, 71%, 46%);