#4cf465
a balanced, electric green · cool · closest name: lime
RGB
76, 244, 101
HSL
129°, 88%, 63%
CMYK
69, 0, 59, 4
Luminance
0.6718
Every format
| HEX | #4cf465 |
| RGB | rgb(76, 244, 101) |
| HSL | hsl(129, 88%, 63%) |
| CMYK | cmyk(69%, 0%, 59%, 4%) |
| LAB | lab(85.6 -70.6 55.5) |
| LCH | lch(85.6 89.8 141.8) |
| OKLCH | oklch(0.852 0.231 145.5) |
Copy-ready code
/* CSS */
color: #4cf465;
background-color: #4cf465;
/* Tailwind (arbitrary) */
class="text-[#4cf465] bg-[#4cf465]"
/* SCSS */
$brand: #4cf465;
/* SwiftUI */
Color(red: 0.298, green: 0.957, blue: 0.396)
/* Android */
Color.parseColor("#4cf465")Accessibility — WCAG contrast
Aa
#4cf465 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf465 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green95.7%
Blue39.6%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow58.6%
Key (black)4.3%
Color previews
#4cf465 text on a black background
contrast 14.44:1
Card sample
#4cf465 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf465;
Background color
Panel with #4cf465 background
background-color: #4cf465;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf465;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 244, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 244, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf465; background: linear-gradient(135deg, #4cf465, #4CF4D5);