HSL(116, 65%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,65%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 65%, 48%) | color: hsl(116, 65%, 48%) | |
| HEX | #35CA2B | color: #35CA2B | |
| RGB | rgb(53, 202, 43) | color: rgb(53, 202, 43) | |
| CMYK | cmyk(74%, 0%, 79%, 21%) | — | |
| HSV | hsv(116, 79%, 79%) | — | |
| HWB | hwb(116 17% 21%) | color: hwb(116 17% 21%) | |
| OKLCH | oklch(0.7341 0.2281 142.17) | color: oklch(0.7341 0.2281 142.17) | |
| Lab | lab(71.67 -66.2 62.75) | color: lab(71.67 -66.2 62.75) | |
| LCH | lch(71.67 91.21 136.53) | color: lch(71.67 91.21 136.53) |
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)
#767751 — rgb(118, 119, 81)
Deuteranopia (Green-blind)
#6D625B — rgb(109, 98, 91)
Tritanopia (Blue-blind)
#3C7077 — rgb(60, 112, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 65%, 48%);
text
color: hsl(116, 65%, 48%);
border
border: 2px solid hsl(116, 65%, 48%);
gradient light
background: linear-gradient(to right, hsl(116, 65%, 68%), hsl(116, 65%, 48%));
gradient dark
background: linear-gradient(to right, hsl(116, 65%, 48%), hsl(116, 65%, 28%))
hex
background-color: #35CA2B;
tailwind
bg-[hsl(116,65%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 65%, 48%, 0.4);
css variable
--color-primary: hsl(116, 65%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 65%, 48%)?
HEX: #35CA2B | RGB: rgb(53, 202, 43) | CMYK: 74%, 0%, 79%, 21% | HSV: 116°, 79%, 79%. Copy any format from the conversion table above.
What colors go well with #35CA2B?
The complementary color is HSL(296, 65%, 48%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 65%, 48%) in CSS?
As HSL: color: hsl(116, 65%, 48%); — As HEX: color: #35CA2B; — As RGB: color: rgb(53, 202, 43); — Tailwind CSS: bg-[hsl(116,65%,48%)] — CSS variable: --color-primary: hsl(116, 65%, 48%);