HSL(146, 72%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,72%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 72%, 59%) | color: hsl(146, 72%, 59%) | |
| HEX | #4BE28C | color: #4BE28C | |
| RGB | rgb(75, 226, 140) | color: rgb(75, 226, 140) | |
| CMYK | cmyk(67%, 0%, 38%, 11%) | — | |
| HSV | hsv(146, 67%, 89%) | — | |
| HWB | hwb(146 29% 11%) | color: hwb(146 29% 11%) | |
| OKLCH | oklch(0.8128 0.1761 154.17) | color: oklch(0.8128 0.1761 154.17) | |
| Lab | lab(80.62 -58.65 30.73) | color: lab(80.62 -58.65 30.73) | |
| LCH | lch(80.62 66.21 152.35) | color: lch(80.62 66.21 152.35) |
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)
#8C8EA1 — rgb(140, 142, 161)
Deuteranopia (Green-blind)
#8478A6 — rgb(132, 120, 166)
Tritanopia (Blue-blind)
#53B1B5 — rgb(83, 177, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 72%, 59%);
text
color: hsl(146, 72%, 59%);
border
border: 2px solid hsl(146, 72%, 59%);
gradient light
background: linear-gradient(to right, hsl(146, 72%, 79%), hsl(146, 72%, 59%));
gradient dark
background: linear-gradient(to right, hsl(146, 72%, 59%), hsl(146, 72%, 39%))
hex
background-color: #4BE28C;
tailwind
bg-[hsl(146,72%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 72%, 59%, 0.4);
css variable
--color-primary: hsl(146, 72%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 72%, 59%)?
HEX: #4BE28C | RGB: rgb(75, 226, 140) | CMYK: 67%, 0%, 38%, 11% | HSV: 146°, 67%, 89%. Copy any format from the conversion table above.
What colors go well with #4BE28C?
The complementary color is HSL(326, 72%, 59%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 72%, 59%) in CSS?
As HSL: color: hsl(146, 72%, 59%); — As HEX: color: #4BE28C; — As RGB: color: rgb(75, 226, 140); — Tailwind CSS: bg-[hsl(146,72%,59%)] — CSS variable: --color-primary: hsl(146, 72%, 59%);