HSL(143, 76%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,76%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 76%, 55%) | color: hsl(143, 76%, 55%) | |
| HEX | #35E378 | color: #35E378 | |
| RGB | rgb(53, 227, 120) | color: rgb(53, 227, 120) | |
| CMYK | cmyk(77%, 0%, 47%, 11%) | — | |
| HSV | hsv(143, 77%, 89%) | — | |
| HWB | hwb(143 20% 11%) | color: hwb(143 20% 11%) | |
| OKLCH | oklch(0.8072 0.2018 150.95) | color: oklch(0.8072 0.2018 150.95) | |
| Lab | lab(80.21 -65.67 40.11) | color: lab(80.21 -65.67 40.11) | |
| LCH | lch(80.21 76.95 148.58) | color: lch(80.21 76.95 148.58) |
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)
#808292 — rgb(128, 130, 146)
Deuteranopia (Green-blind)
#766998 — rgb(118, 105, 152)
Tritanopia (Blue-blind)
#3EA6AB — rgb(62, 166, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 76%, 55%);
text
color: hsl(143, 76%, 55%);
border
border: 2px solid hsl(143, 76%, 55%);
gradient light
background: linear-gradient(to right, hsl(143, 76%, 75%), hsl(143, 76%, 55%));
gradient dark
background: linear-gradient(to right, hsl(143, 76%, 55%), hsl(143, 76%, 35%))
hex
background-color: #35E378;
tailwind
bg-[hsl(143,76%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 76%, 55%, 0.4);
css variable
--color-primary: hsl(143, 76%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 76%, 55%)?
HEX: #35E378 | RGB: rgb(53, 227, 120) | CMYK: 77%, 0%, 47%, 11% | HSV: 143°, 77%, 89%. Copy any format from the conversion table above.
What colors go well with #35E378?
The complementary color is HSL(323, 76%, 55%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 76%, 55%) in CSS?
As HSL: color: hsl(143, 76%, 55%); — As HEX: color: #35E378; — As RGB: color: rgb(53, 227, 120); — Tailwind CSS: bg-[hsl(143,76%,55%)] — CSS variable: --color-primary: hsl(143, 76%, 55%);