HSL(121, 78%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,78%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 78%, 61%) | color: hsl(121, 78%, 61%) | |
| HEX | #4EE951 | color: #4EE951 | |
| RGB | rgb(78, 233, 81) | color: rgb(78, 233, 81) | |
| CMYK | cmyk(67%, 0%, 65%, 9%) | — | |
| HSV | hsv(121, 67%, 91%) | — | |
| HWB | hwb(121 30% 9%) | color: hwb(121 30% 9%) | |
| OKLCH | oklch(0.823 0.2325 143.36) | color: oklch(0.823 0.2325 143.36) | |
| Lab | lab(82.1 -68.74 60.03) | color: lab(82.1 -68.74 60.03) | |
| LCH | lch(82.1 91.26 138.87) | color: lch(82.1 91.26 138.87) |
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)
#919376 — rgb(145, 147, 118)
Deuteranopia (Green-blind)
#887D7F — rgb(136, 125, 127)
Tritanopia (Blue-blind)
#569399 — rgb(86, 147, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 78%, 61%);
text
color: hsl(121, 78%, 61%);
border
border: 2px solid hsl(121, 78%, 61%);
gradient light
background: linear-gradient(to right, hsl(121, 78%, 81%), hsl(121, 78%, 61%));
gradient dark
background: linear-gradient(to right, hsl(121, 78%, 61%), hsl(121, 78%, 41%))
hex
background-color: #4EE951;
tailwind
bg-[hsl(121,78%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 78%, 61%, 0.4);
css variable
--color-primary: hsl(121, 78%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 78%, 61%)?
HEX: #4EE951 | RGB: rgb(78, 233, 81) | CMYK: 67%, 0%, 65%, 9% | HSV: 121°, 67%, 91%. Copy any format from the conversion table above.
What colors go well with #4EE951?
The complementary color is HSL(301, 78%, 61%). 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, 78%, 61%) in CSS?
As HSL: color: hsl(121, 78%, 61%); — As HEX: color: #4EE951; — As RGB: color: rgb(78, 233, 81); — Tailwind CSS: bg-[hsl(121,78%,61%)] — CSS variable: --color-primary: hsl(121, 78%, 61%);