HSL(143, 55%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,55%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 55%, 45%) | color: hsl(143, 55%, 45%) | |
| HEX | #34B264 | color: #34B264 | |
| RGB | rgb(52, 178, 100) | color: rgb(52, 178, 100) | |
| CMYK | cmyk(71%, 0%, 44%, 30%) | — | |
| HSV | hsv(143, 71%, 70%) | — | |
| HWB | hwb(143 20% 30%) | color: hwb(143 20% 30%) | |
| OKLCH | oklch(0.6769 0.1578 151.85) | color: oklch(0.6769 0.1578 151.85) | |
| Lab | lab(64.55 -51.64 30.18) | color: lab(64.55 -51.64 30.18) | |
| LCH | lch(64.55 59.81 149.7) | color: lch(64.55 59.81 149.7) |
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)
#6B6C77 — rgb(107, 108, 119)
Deuteranopia (Green-blind)
#635A7B — rgb(99, 90, 123)
Tritanopia (Blue-blind)
#3A8689 — rgb(58, 134, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 55%, 45%);
text
color: hsl(143, 55%, 45%);
border
border: 2px solid hsl(143, 55%, 45%);
gradient light
background: linear-gradient(to right, hsl(143, 55%, 65%), hsl(143, 55%, 45%));
gradient dark
background: linear-gradient(to right, hsl(143, 55%, 45%), hsl(143, 55%, 25%))
hex
background-color: #34B264;
tailwind
bg-[hsl(143,55%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 55%, 45%, 0.4);
css variable
--color-primary: hsl(143, 55%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 55%, 45%)?
HEX: #34B264 | RGB: rgb(52, 178, 100) | CMYK: 71%, 0%, 44%, 30% | HSV: 143°, 71%, 70%. Copy any format from the conversion table above.
What colors go well with #34B264?
The complementary color is HSL(323, 55%, 45%). 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, 55%, 45%) in CSS?
As HSL: color: hsl(143, 55%, 45%); — As HEX: color: #34B264; — As RGB: color: rgb(52, 178, 100); — Tailwind CSS: bg-[hsl(143,55%,45%)] — CSS variable: --color-primary: hsl(143, 55%, 45%);