HSL(119, 49%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,49%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 49%, 52%) | color: hsl(119, 49%, 52%) | |
| HEX | #4BC149 | color: #4BC149 | |
| RGB | rgb(75, 193, 73) | color: rgb(75, 193, 73) | |
| CMYK | cmyk(61%, 0%, 62%, 24%) | — | |
| HSV | hsv(119, 62%, 76%) | — | |
| HWB | hwb(119 29% 24%) | color: hwb(119 29% 24%) | |
| OKLCH | oklch(0.7187 0.1919 143) | color: oklch(0.7187 0.1919 143) | |
| Lab | lab(69.55 -56.4 49.47) | color: lab(69.55 -56.4 49.47) | |
| LCH | lch(69.55 75.02 138.75) | color: lch(69.55 75.02 138.75) |
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)
#7E7F66 — rgb(126, 127, 102)
Deuteranopia (Green-blind)
#776E6D — rgb(119, 110, 109)
Tritanopia (Blue-blind)
#517D82 — rgb(81, 125, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 49%, 52%);
text
color: hsl(119, 49%, 52%);
border
border: 2px solid hsl(119, 49%, 52%);
gradient light
background: linear-gradient(to right, hsl(119, 49%, 72%), hsl(119, 49%, 52%));
gradient dark
background: linear-gradient(to right, hsl(119, 49%, 52%), hsl(119, 49%, 32%))
hex
background-color: #4BC149;
tailwind
bg-[hsl(119,49%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 49%, 52%, 0.4);
css variable
--color-primary: hsl(119, 49%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 49%, 52%)?
HEX: #4BC149 | RGB: rgb(75, 193, 73) | CMYK: 61%, 0%, 62%, 24% | HSV: 119°, 62%, 76%. Copy any format from the conversion table above.
What colors go well with #4BC149?
The complementary color is HSL(299, 49%, 52%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 49%, 52%) in CSS?
As HSL: color: hsl(119, 49%, 52%); — As HEX: color: #4BC149; — As RGB: color: rgb(75, 193, 73); — Tailwind CSS: bg-[hsl(119,49%,52%)] — CSS variable: --color-primary: hsl(119, 49%, 52%);