HSL(124, 53%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,53%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 53%, 50%) | color: hsl(124, 53%, 50%) | |
| HEX | #3CC345 | color: #3CC345 | |
| RGB | rgb(60, 195, 69) | color: rgb(60, 195, 69) | |
| CMYK | cmyk(69%, 0%, 65%, 24%) | — | |
| HSV | hsv(124, 69%, 76%) | — | |
| HWB | hwb(124 24% 24%) | color: hwb(124 24% 24%) | |
| OKLCH | oklch(0.7193 0.2028 144.02) | color: oklch(0.7193 0.2028 144.02) | |
| Lab | lab(69.77 -60.6 51.33) | color: lab(69.77 -60.6 51.33) | |
| LCH | lch(69.77 79.42 139.73) | color: lch(69.77 79.42 139.73) |
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)
#767863 — rgb(118, 120, 99)
Deuteranopia (Green-blind)
#6F656B — rgb(111, 101, 107)
Tritanopia (Blue-blind)
#437C81 — rgb(67, 124, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 53%, 50%);
text
color: hsl(124, 53%, 50%);
border
border: 2px solid hsl(124, 53%, 50%);
gradient light
background: linear-gradient(to right, hsl(124, 53%, 70%), hsl(124, 53%, 50%));
gradient dark
background: linear-gradient(to right, hsl(124, 53%, 50%), hsl(124, 53%, 30%))
hex
background-color: #3CC345;
tailwind
bg-[hsl(124,53%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 53%, 50%, 0.4);
css variable
--color-primary: hsl(124, 53%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 53%, 50%)?
HEX: #3CC345 | RGB: rgb(60, 195, 69) | CMYK: 69%, 0%, 65%, 24% | HSV: 124°, 69%, 76%. Copy any format from the conversion table above.
What colors go well with #3CC345?
The complementary color is HSL(304, 53%, 50%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 53%, 50%) in CSS?
As HSL: color: hsl(124, 53%, 50%); — As HEX: color: #3CC345; — As RGB: color: rgb(60, 195, 69); — Tailwind CSS: bg-[hsl(124,53%,50%)] — CSS variable: --color-primary: hsl(124, 53%, 50%);