HSL(125, 70%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 70%, 55%) | color: hsl(125, 70%, 55%) | |
| HEX | #3CDD49 | color: #3CDD49 | |
| RGB | rgb(60, 221, 73) | color: rgb(60, 221, 73) | |
| CMYK | cmyk(73%, 0%, 67%, 13%) | — | |
| HSV | hsv(125, 73%, 87%) | — | |
| HWB | hwb(125 23% 13%) | color: hwb(125 23% 13%) | |
| OKLCH | oklch(0.7874 0.2298 144.02) | color: oklch(0.7874 0.2298 144.02) | |
| Lab | lab(77.96 -68.72 58.63) | color: lab(77.96 -68.72 58.63) | |
| LCH | lch(77.96 90.33 139.53) | color: lch(77.96 90.33 139.53) |
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)
#82836D — rgb(130, 131, 109)
Deuteranopia (Green-blind)
#786C75 — rgb(120, 108, 117)
Tritanopia (Blue-blind)
#44898F — rgb(68, 137, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 70%, 55%);
text
color: hsl(125, 70%, 55%);
border
border: 2px solid hsl(125, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(125, 70%, 75%), hsl(125, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(125, 70%, 55%), hsl(125, 70%, 35%))
hex
background-color: #3CDD49;
tailwind
bg-[hsl(125,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 70%, 55%, 0.4);
css variable
--color-primary: hsl(125, 70%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 70%, 55%)?
HEX: #3CDD49 | RGB: rgb(60, 221, 73) | CMYK: 73%, 0%, 67%, 13% | HSV: 125°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #3CDD49?
The complementary color is HSL(305, 70%, 55%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 70%, 55%) in CSS?
As HSL: color: hsl(125, 70%, 55%); — As HEX: color: #3CDD49; — As RGB: color: rgb(60, 221, 73); — Tailwind CSS: bg-[hsl(125,70%,55%)] — CSS variable: --color-primary: hsl(125, 70%, 55%);