#4cef3d
a balanced, electric green · cool · closest name: lime
RGB
76, 239, 61
HSL
115°, 85%, 59%
CMYK
68, 0, 75, 6
Luminance
0.6361
Every format
| HEX | #4cef3d |
| RGB | rgb(76, 239, 61) |
| HSL | hsl(115, 85%, 59%) |
| CMYK | cmyk(68%, 0%, 75%, 6%) |
| LAB | lab(83.8 -72.7 69.0) |
| LCH | lch(83.8 100.2 136.5) |
| OKLCH | oklch(0.836 0.252 141.9) |
Copy-ready code
/* CSS */
color: #4cef3d;
background-color: #4cef3d;
/* Tailwind (arbitrary) */
class="text-[#4cef3d] bg-[#4cef3d]"
/* SCSS */
$brand: #4cef3d;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.239)
/* Android */
Color.parseColor("#4cef3d")Accessibility — WCAG contrast
Aa
#4cef3d on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cef3d on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue23.9%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow74.5%
Key (black)6.3%
Color previews
#4cef3d text on a black background
contrast 13.72:1
Card sample
#4cef3d text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cef3d;
Background color
Panel with #4cef3d background
background-color: #4cef3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cef3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cef3d; background: linear-gradient(135deg, #4cef3d, #3DEFA4);