#4eed39
a balanced, electric green · cool · closest name: lime
RGB
78, 237, 57
HSL
113°, 83%, 58%
CMYK
67, 0, 76, 7
Luminance
0.6248
Every format
| HEX | #4eed39 |
| RGB | rgb(78, 237, 57) |
| HSL | hsl(113, 83%, 58%) |
| CMYK | cmyk(67%, 0%, 76%, 7%) |
| LAB | lab(83.2 -72.0 69.7) |
| LCH | lch(83.2 100.2 135.9) |
| OKLCH | oklch(0.831 0.251 141.5) |
Copy-ready code
/* CSS */
color: #4eed39;
background-color: #4eed39;
/* Tailwind (arbitrary) */
class="text-[#4eed39] bg-[#4eed39]"
/* SCSS */
$brand: #4eed39;
/* SwiftUI */
Color(red: 0.306, green: 0.929, blue: 0.224)
/* Android */
Color.parseColor("#4eed39")Accessibility — WCAG contrast
Aa
#4eed39 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eed39 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green92.9%
Blue22.4%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow75.9%
Key (black)7.1%
Color previews
#4eed39 text on a black background
contrast 13.50:1
Card sample
#4eed39 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eed39;
Background color
Panel with #4eed39 background
background-color: #4eed39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eed39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 237, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 237, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eed39; background: linear-gradient(135deg, #4eed39, #39ED9C);