HSL(109, 53%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,53%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 53%, 47%) | color: hsl(109, 53%, 47%) | |
| HEX | #50B738 | color: #50B738 | |
| RGB | rgb(80, 183, 56) | color: rgb(80, 183, 56) | |
| CMYK | cmyk(56%, 0%, 69%, 28%) | — | |
| HSV | hsv(109, 69%, 72%) | — | |
| HWB | hwb(109 22% 28%) | color: hwb(109 22% 28%) | |
| OKLCH | oklch(0.6928 0.1897 140.19) | color: oklch(0.6928 0.1897 140.19) | |
| Lab | lab(66.41 -53.16 53.2) | color: lab(66.41 -53.16 53.2) | |
| LCH | lch(66.41 75.21 134.98) | color: lch(66.41 75.21 134.98) |
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)
#7D7E57 — rgb(125, 126, 87)
Deuteranopia (Green-blind)
#776F5E — rgb(119, 111, 94)
Tritanopia (Blue-blind)
#556F74 — rgb(85, 111, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 53%, 47%);
text
color: hsl(109, 53%, 47%);
border
border: 2px solid hsl(109, 53%, 47%);
gradient light
background: linear-gradient(to right, hsl(109, 53%, 67%), hsl(109, 53%, 47%));
gradient dark
background: linear-gradient(to right, hsl(109, 53%, 47%), hsl(109, 53%, 27%))
hex
background-color: #50B738;
tailwind
bg-[hsl(109,53%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 53%, 47%, 0.4);
css variable
--color-primary: hsl(109, 53%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 53%, 47%)?
HEX: #50B738 | RGB: rgb(80, 183, 56) | CMYK: 56%, 0%, 69%, 28% | HSV: 109°, 69%, 72%. Copy any format from the conversion table above.
What colors go well with #50B738?
The complementary color is HSL(289, 53%, 47%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 53%, 47%) in CSS?
As HSL: color: hsl(109, 53%, 47%); — As HEX: color: #50B738; — As RGB: color: rgb(80, 183, 56); — Tailwind CSS: bg-[hsl(109,53%,47%)] — CSS variable: --color-primary: hsl(109, 53%, 47%);