HSL(105, 76%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,76%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 76%, 48%) | color: hsl(105, 76%, 48%) | |
| HEX | #4CD71D | color: #4CD71D | |
| RGB | rgb(76, 215, 29) | color: rgb(76, 215, 29) | |
| CMYK | cmyk(65%, 0%, 87%, 16%) | — | |
| HSV | hsv(105, 87%, 84%) | — | |
| HWB | hwb(105 11% 16%) | color: hwb(105 11% 16%) | |
| OKLCH | oklch(0.773 0.2396 139.92) | color: oklch(0.773 0.2396 139.92) | |
| Lab | lab(76.21 -66.73 70.56) | color: lab(76.21 -66.73 70.56) | |
| LCH | lch(76.21 97.12 133.4) | color: lch(76.21 97.12 133.4) |
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)
#88894A — rgb(136, 137, 74)
Deuteranopia (Green-blind)
#807655 — rgb(128, 118, 85)
Tritanopia (Blue-blind)
#536E75 — rgb(83, 110, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 76%, 48%);
text
color: hsl(105, 76%, 48%);
border
border: 2px solid hsl(105, 76%, 48%);
gradient light
background: linear-gradient(to right, hsl(105, 76%, 68%), hsl(105, 76%, 48%));
gradient dark
background: linear-gradient(to right, hsl(105, 76%, 48%), hsl(105, 76%, 28%))
hex
background-color: #4CD71D;
tailwind
bg-[hsl(105,76%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 76%, 48%, 0.4);
css variable
--color-primary: hsl(105, 76%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 76%, 48%)?
HEX: #4CD71D | RGB: rgb(76, 215, 29) | CMYK: 65%, 0%, 87%, 16% | HSV: 105°, 87%, 84%. Copy any format from the conversion table above.
What colors go well with #4CD71D?
The complementary color is HSL(285, 76%, 48%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 76%, 48%) in CSS?
As HSL: color: hsl(105, 76%, 48%); — As HEX: color: #4CD71D; — As RGB: color: rgb(76, 215, 29); — Tailwind CSS: bg-[hsl(105,76%,48%)] — CSS variable: --color-primary: hsl(105, 76%, 48%);