HSL(140, 62%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(140,62%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(140, 62%, 55%) | color: hsl(140, 62%, 55%) | |
| HEX | #45D375 | color: #45D375 | |
| RGB | rgb(69, 211, 117) | color: rgb(69, 211, 117) | |
| CMYK | cmyk(67%, 0%, 45%, 17%) | — | |
| HSV | hsv(140, 67%, 83%) | — | |
| HWB | hwb(140 27% 17%) | color: hwb(140 27% 17%) | |
| OKLCH | oklch(0.7694 0.1795 150.74) | color: oklch(0.7694 0.1795 150.74) | |
| Lab | lab(75.54 -58.11 35.7) | color: lab(75.54 -58.11 35.7) | |
| LCH | lch(75.54 68.2 148.44) | color: lch(75.54 68.2 148.44) |
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)
#82848C — rgb(130, 132, 140)
Deuteranopia (Green-blind)
#7A7091 — rgb(122, 112, 145)
Tritanopia (Blue-blind)
#4C9EA2 — rgb(76, 158, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(140, 62%, 55%);
text
color: hsl(140, 62%, 55%);
border
border: 2px solid hsl(140, 62%, 55%);
gradient light
background: linear-gradient(to right, hsl(140, 62%, 75%), hsl(140, 62%, 55%));
gradient dark
background: linear-gradient(to right, hsl(140, 62%, 55%), hsl(140, 62%, 35%))
hex
background-color: #45D375;
tailwind
bg-[hsl(140,62%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(140, 62%, 55%, 0.4);
css variable
--color-primary: hsl(140, 62%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(140, 62%, 55%)?
HEX: #45D375 | RGB: rgb(69, 211, 117) | CMYK: 67%, 0%, 45%, 17% | HSV: 140°, 67%, 83%. Copy any format from the conversion table above.
What colors go well with #45D375?
The complementary color is HSL(320, 62%, 55%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(140, 62%, 55%) in CSS?
As HSL: color: hsl(140, 62%, 55%); — As HEX: color: #45D375; — As RGB: color: rgb(69, 211, 117); — Tailwind CSS: bg-[hsl(140,62%,55%)] — CSS variable: --color-primary: hsl(140, 62%, 55%);