HSL(121, 76%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,76%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 76%, 57%) | color: hsl(121, 76%, 57%) | |
| HEX | #3EE541 | color: #3EE541 | |
| RGB | rgb(62, 229, 65) | color: rgb(62, 229, 65) | |
| CMYK | cmyk(73%, 0%, 72%, 10%) | — | |
| HSV | hsv(121, 73%, 90%) | — | |
| HWB | hwb(121 24% 10%) | color: hwb(121 24% 10%) | |
| OKLCH | oklch(0.8077 0.2429 143.11) | color: oklch(0.8077 0.2429 143.11) | |
| Lab | lab(80.43 -71.61 64.22) | color: lab(80.43 -71.61 64.22) | |
| LCH | lch(80.43 96.19 138.11) | color: lch(80.43 96.19 138.11) |
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)
#868869 — rgb(134, 136, 105)
Deuteranopia (Green-blind)
#7D7072 — rgb(125, 112, 114)
Tritanopia (Blue-blind)
#46888F — rgb(70, 136, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 76%, 57%);
text
color: hsl(121, 76%, 57%);
border
border: 2px solid hsl(121, 76%, 57%);
gradient light
background: linear-gradient(to right, hsl(121, 76%, 77%), hsl(121, 76%, 57%));
gradient dark
background: linear-gradient(to right, hsl(121, 76%, 57%), hsl(121, 76%, 37%))
hex
background-color: #3EE541;
tailwind
bg-[hsl(121,76%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 76%, 57%, 0.4);
css variable
--color-primary: hsl(121, 76%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 76%, 57%)?
HEX: #3EE541 | RGB: rgb(62, 229, 65) | CMYK: 73%, 0%, 72%, 10% | HSV: 121°, 73%, 90%. Copy any format from the conversion table above.
What colors go well with #3EE541?
The complementary color is HSL(301, 76%, 57%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 76%, 57%) in CSS?
As HSL: color: hsl(121, 76%, 57%); — As HEX: color: #3EE541; — As RGB: color: rgb(62, 229, 65); — Tailwind CSS: bg-[hsl(121,76%,57%)] — CSS variable: --color-primary: hsl(121, 76%, 57%);