HSL(148, 49%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,49%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 49%, 52%) | color: hsl(148, 49%, 52%) | |
| HEX | #49C181 | color: #49C181 | |
| RGB | rgb(73, 193, 129) | color: rgb(73, 193, 129) | |
| CMYK | cmyk(62%, 0%, 33%, 24%) | — | |
| HSV | hsv(148, 62%, 76%) | — | |
| HWB | hwb(148 29% 24%) | color: hwb(148 29% 24%) | |
| OKLCH | oklch(0.727 0.1429 156.52) | color: oklch(0.727 0.1429 156.52) | |
| Lab | lab(70.27 -48.22 22.56) | color: lab(70.27 -48.22 22.56) | |
| LCH | lch(70.27 53.24 154.93) | color: lch(70.27 53.24 154.93) |
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)
#7D7E90 — rgb(125, 126, 144)
Deuteranopia (Green-blind)
#766D94 — rgb(118, 109, 148)
Tritanopia (Blue-blind)
#4F9D9F — rgb(79, 157, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 49%, 52%);
text
color: hsl(148, 49%, 52%);
border
border: 2px solid hsl(148, 49%, 52%);
gradient light
background: linear-gradient(to right, hsl(148, 49%, 72%), hsl(148, 49%, 52%));
gradient dark
background: linear-gradient(to right, hsl(148, 49%, 52%), hsl(148, 49%, 32%))
hex
background-color: #49C181;
tailwind
bg-[hsl(148,49%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 49%, 52%, 0.4);
css variable
--color-primary: hsl(148, 49%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 49%, 52%)?
HEX: #49C181 | RGB: rgb(73, 193, 129) | CMYK: 62%, 0%, 33%, 24% | HSV: 148°, 62%, 76%. Copy any format from the conversion table above.
What colors go well with #49C181?
The complementary color is HSL(328, 49%, 52%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 49%, 52%) in CSS?
As HSL: color: hsl(148, 49%, 52%); — As HEX: color: #49C181; — As RGB: color: rgb(73, 193, 129); — Tailwind CSS: bg-[hsl(148,49%,52%)] — CSS variable: --color-primary: hsl(148, 49%, 52%);