HSL(114, 75%, 56%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,75%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 75%, 56%) | color: hsl(114, 75%, 56%) | |
| HEX | #4BE33B | color: #4BE33B | |
| RGB | rgb(75, 227, 59) | color: rgb(75, 227, 59) | |
| CMYK | cmyk(67%, 0%, 74%, 11%) | — | |
| HSV | hsv(114, 74%, 89%) | — | |
| HWB | hwb(114 23% 11%) | color: hwb(114 23% 11%) | |
| OKLCH | oklch(0.8051 0.2402 141.77) | color: oklch(0.8051 0.2402 141.77) | |
| Lab | lab(80.04 -69.19 65.98) | color: lab(80.04 -69.19 65.98) | |
| LCH | lch(80.04 95.61 136.36) | color: lch(80.04 95.61 136.36) |
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)
#8D8E64 — rgb(141, 142, 100)
Deuteranopia (Green-blind)
#84796D — rgb(132, 121, 109)
Tritanopia (Blue-blind)
#53848B — rgb(83, 132, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 75%, 56%);
text
color: hsl(114, 75%, 56%);
border
border: 2px solid hsl(114, 75%, 56%);
gradient light
background: linear-gradient(to right, hsl(114, 75%, 76%), hsl(114, 75%, 56%));
gradient dark
background: linear-gradient(to right, hsl(114, 75%, 56%), hsl(114, 75%, 36%))
hex
background-color: #4BE33B;
tailwind
bg-[hsl(114,75%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 75%, 56%, 0.4);
css variable
--color-primary: hsl(114, 75%, 56%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(114, 75%, 56%)?
HEX: #4BE33B | RGB: rgb(75, 227, 59) | CMYK: 67%, 0%, 74%, 11% | HSV: 114°, 74%, 89%. Copy any format from the conversion table above.
What colors go well with #4BE33B?
The complementary color is HSL(294, 75%, 56%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 75%, 56%) in CSS?
As HSL: color: hsl(114, 75%, 56%); — As HEX: color: #4BE33B; — As RGB: color: rgb(75, 227, 59); — Tailwind CSS: bg-[hsl(114,75%,56%)] — CSS variable: --color-primary: hsl(114, 75%, 56%);