HSL(117, 54%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,54%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 54%, 52%) | color: hsl(117, 54%, 52%) | |
| HEX | #49C743 | color: #49C743 | |
| RGB | rgb(73, 199, 67) | color: rgb(73, 199, 67) | |
| CMYK | cmyk(63%, 0%, 66%, 22%) | — | |
| HSV | hsv(117, 66%, 78%) | — | |
| HWB | hwb(117 27% 22%) | color: hwb(117 27% 22%) | |
| OKLCH | oklch(0.7331 0.2044 142.49) | color: oklch(0.7331 0.2044 142.49) | |
| Lab | lab(71.33 -59.58 53.96) | color: lab(71.33 -59.58 53.96) | |
| LCH | lch(71.33 80.38 137.83) | color: lch(71.33 80.38 137.83) |
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)
#808163 — rgb(128, 129, 99)
Deuteranopia (Green-blind)
#786F6B — rgb(120, 111, 107)
Tritanopia (Blue-blind)
#4F7C82 — rgb(79, 124, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 54%, 52%);
text
color: hsl(117, 54%, 52%);
border
border: 2px solid hsl(117, 54%, 52%);
gradient light
background: linear-gradient(to right, hsl(117, 54%, 72%), hsl(117, 54%, 52%));
gradient dark
background: linear-gradient(to right, hsl(117, 54%, 52%), hsl(117, 54%, 32%))
hex
background-color: #49C743;
tailwind
bg-[hsl(117,54%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 54%, 52%, 0.4);
css variable
--color-primary: hsl(117, 54%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 54%, 52%)?
HEX: #49C743 | RGB: rgb(73, 199, 67) | CMYK: 63%, 0%, 66%, 22% | HSV: 117°, 66%, 78%. Copy any format from the conversion table above.
What colors go well with #49C743?
The complementary color is HSL(297, 54%, 52%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 54%, 52%) in CSS?
As HSL: color: hsl(117, 54%, 52%); — As HEX: color: #49C743; — As RGB: color: rgb(73, 199, 67); — Tailwind CSS: bg-[hsl(117,54%,52%)] — CSS variable: --color-primary: hsl(117, 54%, 52%);