HSL(125, 77%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,77%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 77%, 57%) | color: hsl(125, 77%, 57%) | |
| HEX | #3DE64B | color: #3DE64B | |
| RGB | rgb(61, 230, 75) | color: rgb(61, 230, 75) | |
| CMYK | cmyk(73%, 0%, 67%, 10%) | — | |
| HSV | hsv(125, 73%, 90%) | — | |
| HWB | hwb(125 24% 10%) | color: hwb(125 24% 10%) | |
| OKLCH | oklch(0.8109 0.2382 144.01) | color: oklch(0.8109 0.2382 144.01) | |
| Lab | lab(80.79 -71.22 60.88) | color: lab(80.79 -71.22 60.88) | |
| LCH | lch(80.79 93.69 139.48) | color: lch(80.79 93.69 139.48) |
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)
#868871 — rgb(134, 136, 113)
Deuteranopia (Green-blind)
#7C707A — rgb(124, 112, 122)
Tritanopia (Blue-blind)
#458E95 — rgb(69, 142, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 77%, 57%);
text
color: hsl(125, 77%, 57%);
border
border: 2px solid hsl(125, 77%, 57%);
gradient light
background: linear-gradient(to right, hsl(125, 77%, 77%), hsl(125, 77%, 57%));
gradient dark
background: linear-gradient(to right, hsl(125, 77%, 57%), hsl(125, 77%, 37%))
hex
background-color: #3DE64B;
tailwind
bg-[hsl(125,77%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 77%, 57%, 0.4);
css variable
--color-primary: hsl(125, 77%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 77%, 57%)?
HEX: #3DE64B | RGB: rgb(61, 230, 75) | CMYK: 73%, 0%, 67%, 10% | HSV: 125°, 73%, 90%. Copy any format from the conversion table above.
What colors go well with #3DE64B?
The complementary color is HSL(305, 77%, 57%). 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, 77%, 57%) in CSS?
As HSL: color: hsl(125, 77%, 57%); — As HEX: color: #3DE64B; — As RGB: color: rgb(61, 230, 75); — Tailwind CSS: bg-[hsl(125,77%,57%)] — CSS variable: --color-primary: hsl(125, 77%, 57%);