HSL(140, 43%, 49%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,43%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 43%, 49%) | color: hsl(140, 43%, 49%) | |
| HEX | #47B36B | color: #47B36B | |
| RGB | rgb(71, 179, 107) | color: rgb(71, 179, 107) | |
| CMYK | cmyk(60%, 0%, 40%, 30%) | — | |
| HSV | hsv(140, 60%, 70%) | — | |
| HWB | hwb(140 28% 30%) | color: hwb(140 28% 30%) | |
| OKLCH | oklch(0.6862 0.145 151.55) | color: oklch(0.6862 0.145 151.55) | |
| Lab | lab(65.47 -47.11 27.79) | color: lab(65.47 -47.11 27.79) | |
| LCH | lch(65.47 54.7 149.46) | color: lch(65.47 54.7 149.46) |
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)
#76777C — rgb(118, 119, 124)
Deuteranopia (Green-blind)
#706781 — rgb(112, 103, 129)
Tritanopia (Blue-blind)
#4C8A8D — rgb(76, 138, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 43%, 49%);
text
color: hsl(140, 43%, 49%);
border
border: 2px solid hsl(140, 43%, 49%);
gradient light
background: linear-gradient(to right, hsl(140, 43%, 69%), hsl(140, 43%, 49%));
gradient dark
background: linear-gradient(to right, hsl(140, 43%, 49%), hsl(140, 43%, 29%))
hex
background-color: #47B36B;
tailwind
bg-[hsl(140,43%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 43%, 49%, 0.4);
css variable
--color-primary: hsl(140, 43%, 49%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 43%, 49%)?
HEX: #47B36B | RGB: rgb(71, 179, 107) | CMYK: 60%, 0%, 40%, 30% | HSV: 140°, 60%, 70%. Copy any format from the conversion table above.
What colors go well with #47B36B?
The complementary color is HSL(320, 43%, 49%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 43%, 49%) in CSS?
As HSL: color: hsl(140, 43%, 49%); — As HEX: color: #47B36B; — As RGB: color: rgb(71, 179, 107); — Tailwind CSS: bg-[hsl(140,43%,49%)] — CSS variable: --color-primary: hsl(140, 43%, 49%);