HSL(107, 60%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,60%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 60%, 45%) | color: hsl(107, 60%, 45%) | |
| HEX | #4CB82E | color: #4CB82E | |
| RGB | rgb(76, 184, 46) | color: rgb(76, 184, 46) | |
| CMYK | cmyk(59%, 0%, 75%, 28%) | — | |
| HSV | hsv(107, 75%, 72%) | — | |
| HWB | hwb(107 18% 28%) | color: hwb(107 18% 28%) | |
| OKLCH | oklch(0.6932 0.1987 139.87) | color: oklch(0.6932 0.1987 139.87) | |
| Lab | lab(66.53 -55.33 56.99) | color: lab(66.53 -55.33 56.99) | |
| LCH | lch(66.53 79.43 134.15) | color: lch(66.53 79.43 134.15) |
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)
#7B7C4F — rgb(123, 124, 79)
Deuteranopia (Green-blind)
#756C57 — rgb(117, 108, 87)
Tritanopia (Blue-blind)
#516A70 — rgb(81, 106, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 60%, 45%);
text
color: hsl(107, 60%, 45%);
border
border: 2px solid hsl(107, 60%, 45%);
gradient light
background: linear-gradient(to right, hsl(107, 60%, 65%), hsl(107, 60%, 45%));
gradient dark
background: linear-gradient(to right, hsl(107, 60%, 45%), hsl(107, 60%, 25%))
hex
background-color: #4CB82E;
tailwind
bg-[hsl(107,60%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 60%, 45%, 0.4);
css variable
--color-primary: hsl(107, 60%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 60%, 45%)?
HEX: #4CB82E | RGB: rgb(76, 184, 46) | CMYK: 59%, 0%, 75%, 28% | HSV: 107°, 75%, 72%. Copy any format from the conversion table above.
What colors go well with #4CB82E?
The complementary color is HSL(287, 60%, 45%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 60%, 45%) in CSS?
As HSL: color: hsl(107, 60%, 45%); — As HEX: color: #4CB82E; — As RGB: color: rgb(76, 184, 46); — Tailwind CSS: bg-[hsl(107,60%,45%)] — CSS variable: --color-primary: hsl(107, 60%, 45%);