HSL(111, 47%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,47%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 47%, 46%) | color: hsl(111, 47%, 46%) | |
| HEX | #4FAC3E | color: #4FAC3E | |
| RGB | rgb(79, 172, 62) | color: rgb(79, 172, 62) | |
| CMYK | cmyk(54%, 0%, 64%, 33%) | — | |
| HSV | hsv(111, 64%, 67%) | — | |
| HWB | hwb(111 24% 33%) | color: hwb(111 24% 33%) | |
| OKLCH | oklch(0.6642 0.1721 140.72) | color: oklch(0.6642 0.1721 140.72) | |
| Lab | lab(62.94 -48.69 46.94) | color: lab(62.94 -48.69 46.94) | |
| LCH | lch(62.94 67.63 136.05) | color: lch(62.94 67.63 136.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)
#777859 — rgb(119, 120, 89)
Deuteranopia (Green-blind)
#726B5F — rgb(114, 107, 95)
Tritanopia (Blue-blind)
#546E72 — rgb(84, 110, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 47%, 46%);
text
color: hsl(111, 47%, 46%);
border
border: 2px solid hsl(111, 47%, 46%);
gradient light
background: linear-gradient(to right, hsl(111, 47%, 66%), hsl(111, 47%, 46%));
gradient dark
background: linear-gradient(to right, hsl(111, 47%, 46%), hsl(111, 47%, 26%))
hex
background-color: #4FAC3E;
tailwind
bg-[hsl(111,47%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 47%, 46%, 0.4);
css variable
--color-primary: hsl(111, 47%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 47%, 46%)?
HEX: #4FAC3E | RGB: rgb(79, 172, 62) | CMYK: 54%, 0%, 64%, 33% | HSV: 111°, 64%, 67%. Copy any format from the conversion table above.
What colors go well with #4FAC3E?
The complementary color is HSL(291, 47%, 46%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 47%, 46%) in CSS?
As HSL: color: hsl(111, 47%, 46%); — As HEX: color: #4FAC3E; — As RGB: color: rgb(79, 172, 62); — Tailwind CSS: bg-[hsl(111,47%,46%)] — CSS variable: --color-primary: hsl(111, 47%, 46%);