HSL(142, 52%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,52%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 52%, 43%) | color: hsl(142, 52%, 43%) | |
| HEX | #35A75E | color: #35A75E | |
| RGB | rgb(53, 167, 94) | color: rgb(53, 167, 94) | |
| CMYK | cmyk(68%, 0%, 44%, 35%) | — | |
| HSV | hsv(142, 68%, 65%) | — | |
| HWB | hwb(142 21% 35%) | color: hwb(142 21% 35%) | |
| OKLCH | oklch(0.647 0.1483 151.49) | color: oklch(0.647 0.1483 151.49) | |
| Lab | lab(60.96 -48.32 28.68) | color: lab(60.96 -48.32 28.68) | |
| LCH | lch(60.96 56.19 149.31) | color: lch(60.96 56.19 149.31) |
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)
#666770 — rgb(102, 103, 112)
Deuteranopia (Green-blind)
#605774 — rgb(96, 87, 116)
Tritanopia (Blue-blind)
#3B7E81 — rgb(59, 126, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 52%, 43%);
text
color: hsl(142, 52%, 43%);
border
border: 2px solid hsl(142, 52%, 43%);
gradient light
background: linear-gradient(to right, hsl(142, 52%, 63%), hsl(142, 52%, 43%));
gradient dark
background: linear-gradient(to right, hsl(142, 52%, 43%), hsl(142, 52%, 23%))
hex
background-color: #35A75E;
tailwind
bg-[hsl(142,52%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 52%, 43%, 0.4);
css variable
--color-primary: hsl(142, 52%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 52%, 43%)?
HEX: #35A75E | RGB: rgb(53, 167, 94) | CMYK: 68%, 0%, 44%, 35% | HSV: 142°, 68%, 65%. Copy any format from the conversion table above.
What colors go well with #35A75E?
The complementary color is HSL(322, 52%, 43%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 52%, 43%) in CSS?
As HSL: color: hsl(142, 52%, 43%); — As HEX: color: #35A75E; — As RGB: color: rgb(53, 167, 94); — Tailwind CSS: bg-[hsl(142,52%,43%)] — CSS variable: --color-primary: hsl(142, 52%, 43%);