HSL(139, 46%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,46%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 46%, 63%) | color: hsl(139, 46%, 63%) | |
| HEX | #75CC91 | color: #75CC91 | |
| RGB | rgb(117, 204, 145) | color: rgb(117, 204, 145) | |
| CMYK | cmyk(43%, 0%, 29%, 20%) | — | |
| HSV | hsv(139, 43%, 80%) | — | |
| HWB | hwb(139 46% 20%) | color: hwb(139 46% 20%) | |
| OKLCH | oklch(0.7747 0.12 153.11) | color: oklch(0.7747 0.12 153.11) | |
| Lab | lab(75.46 -39.15 21.4) | color: lab(75.46 -39.15 21.4) | |
| LCH | lch(75.46 44.62 151.34) | color: lch(75.46 44.62 151.34) |
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)
#9B9B9F — rgb(155, 155, 159)
Deuteranopia (Green-blind)
#968FA3 — rgb(150, 143, 163)
Tritanopia (Blue-blind)
#79ABAD — rgb(121, 171, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 46%, 63%);
text
color: hsl(139, 46%, 63%);
border
border: 2px solid hsl(139, 46%, 63%);
gradient light
background: linear-gradient(to right, hsl(139, 46%, 83%), hsl(139, 46%, 63%));
gradient dark
background: linear-gradient(to right, hsl(139, 46%, 63%), hsl(139, 46%, 43%))
hex
background-color: #75CC91;
tailwind
bg-[hsl(139,46%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 46%, 63%, 0.4);
css variable
--color-primary: hsl(139, 46%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 46%, 63%)?
HEX: #75CC91 | RGB: rgb(117, 204, 145) | CMYK: 43%, 0%, 29%, 20% | HSV: 139°, 43%, 80%. Copy any format from the conversion table above.
What colors go well with #75CC91?
The complementary color is HSL(319, 46%, 63%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 46%, 63%) in CSS?
As HSL: color: hsl(139, 46%, 63%); — As HEX: color: #75CC91; — As RGB: color: rgb(117, 204, 145); — Tailwind CSS: bg-[hsl(139,46%,63%)] — CSS variable: --color-primary: hsl(139, 46%, 63%);