HSL(145, 63%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,63%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 63%, 52%) | color: hsl(145, 63%, 52%) | |
| HEX | #37D278 | color: #37D278 | |
| RGB | rgb(55, 210, 120) | color: rgb(55, 210, 120) | |
| CMYK | cmyk(74%, 0%, 43%, 18%) | — | |
| HSV | hsv(145, 74%, 82%) | — | |
| HWB | hwb(145 21% 18%) | color: hwb(145 21% 18%) | |
| OKLCH | oklch(0.7642 0.1801 152.7) | color: oklch(0.7642 0.1801 152.7) | |
| Lab | lab(74.99 -59.46 33.43) | color: lab(74.99 -59.46 33.43) | |
| LCH | lch(74.99 68.21 150.65) | color: lch(74.99 68.21 150.65) |
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)
#7A7C8E — rgb(122, 124, 142)
Deuteranopia (Green-blind)
#716693 — rgb(113, 102, 147)
Tritanopia (Blue-blind)
#3F9FA3 — rgb(63, 159, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 63%, 52%);
text
color: hsl(145, 63%, 52%);
border
border: 2px solid hsl(145, 63%, 52%);
gradient light
background: linear-gradient(to right, hsl(145, 63%, 72%), hsl(145, 63%, 52%));
gradient dark
background: linear-gradient(to right, hsl(145, 63%, 52%), hsl(145, 63%, 32%))
hex
background-color: #37D278;
tailwind
bg-[hsl(145,63%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 63%, 52%, 0.4);
css variable
--color-primary: hsl(145, 63%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 63%, 52%)?
HEX: #37D278 | RGB: rgb(55, 210, 120) | CMYK: 74%, 0%, 43%, 18% | HSV: 145°, 74%, 82%. Copy any format from the conversion table above.
What colors go well with #37D278?
The complementary color is HSL(325, 63%, 52%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 63%, 52%) in CSS?
As HSL: color: hsl(145, 63%, 52%); — As HEX: color: #37D278; — As RGB: color: rgb(55, 210, 120); — Tailwind CSS: bg-[hsl(145,63%,52%)] — CSS variable: --color-primary: hsl(145, 63%, 52%);