HSL(107, 74%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,74%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 74%, 54%) | color: hsl(107, 74%, 54%) | |
| HEX | #59E133 | color: #59E133 | |
| RGB | rgb(89, 225, 51) | color: rgb(89, 225, 51) | |
| CMYK | cmyk(60%, 0%, 77%, 12%) | — | |
| HSV | hsv(107, 77%, 88%) | — | |
| HWB | hwb(107 20% 12%) | color: hwb(107 20% 12%) | |
| OKLCH | oklch(0.8035 0.237 139.99) | color: oklch(0.8035 0.237 139.99) | |
| Lab | lab(79.73 -66.11 68.34) | color: lab(79.73 -66.11 68.34) | |
| LCH | lch(79.73 95.08 134.05) | color: lch(79.73 95.08 134.05) |
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)
#94955D — rgb(148, 149, 93)
Deuteranopia (Green-blind)
#8C8267 — rgb(140, 130, 103)
Tritanopia (Blue-blind)
#607E86 — rgb(96, 126, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 74%, 54%);
text
color: hsl(107, 74%, 54%);
border
border: 2px solid hsl(107, 74%, 54%);
gradient light
background: linear-gradient(to right, hsl(107, 74%, 74%), hsl(107, 74%, 54%));
gradient dark
background: linear-gradient(to right, hsl(107, 74%, 54%), hsl(107, 74%, 34%))
hex
background-color: #59E133;
tailwind
bg-[hsl(107,74%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 74%, 54%, 0.4);
css variable
--color-primary: hsl(107, 74%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 74%, 54%)?
HEX: #59E133 | RGB: rgb(89, 225, 51) | CMYK: 60%, 0%, 77%, 12% | HSV: 107°, 77%, 88%. Copy any format from the conversion table above.
What colors go well with #59E133?
The complementary color is HSL(287, 74%, 54%). 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, 74%, 54%) in CSS?
As HSL: color: hsl(107, 74%, 54%); — As HEX: color: #59E133; — As RGB: color: rgb(89, 225, 51); — Tailwind CSS: bg-[hsl(107,74%,54%)] — CSS variable: --color-primary: hsl(107, 74%, 54%);