#4cef4f
a balanced, electric green · cool · closest name: lime
RGB
76, 239, 79
HSL
121°, 84%, 62%
CMYK
68, 0, 67, 6
Luminance
0.6383
Every format
| HEX | #4cef4f |
| RGB | rgb(76, 239, 79) |
| HSL | hsl(121, 84%, 62%) |
| CMYK | cmyk(68%, 0%, 67%, 6%) |
| LAB | lab(83.9 -71.3 62.7) |
| LCH | lch(83.9 94.9 138.6) |
| OKLCH | oklch(0.838 0.241 143.3) |
Copy-ready code
/* CSS */
color: #4cef4f;
background-color: #4cef4f;
/* Tailwind (arbitrary) */
class="text-[#4cef4f] bg-[#4cef4f]"
/* SCSS */
$brand: #4cef4f;
/* SwiftUI */
Color(red: 0.298, green: 0.937, blue: 0.310)
/* Android */
Color.parseColor("#4cef4f")Accessibility — WCAG contrast
Aa
#4cef4f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cef4f on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green93.7%
Blue31.0%
CMYK percentages
Cyan68.2%
Magenta0.0%
Yellow66.9%
Key (black)6.3%
Color previews
#4cef4f text on a black background
contrast 13.77:1
Card sample
#4cef4f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cef4f;
Background color
Panel with #4cef4f background
background-color: #4cef4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cef4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 239, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 239, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cef4f; background: linear-gradient(135deg, #4cef4f, #4CEFBC);