#40fc2f
a balanced, electric green · cool · closest name: lime
RGB
64, 252, 47
HSL
115°, 97%, 59%
CMYK
75, 0, 81, 1
Luminance
0.7092
Every format
| HEX | #40fc2f |
| RGB | rgb(64, 252, 47) |
| HSL | hsl(115, 97%, 59%) |
| CMYK | cmyk(75%, 0%, 81%, 1%) |
| LAB | lab(87.4 -79.4 76.4) |
| LCH | lch(87.4 110.2 136.1) |
| OKLCH | oklch(0.866 0.274 142.0) |
Copy-ready code
/* CSS */
color: #40fc2f;
background-color: #40fc2f;
/* Tailwind (arbitrary) */
class="text-[#40fc2f] bg-[#40fc2f]"
/* SCSS */
$brand: #40fc2f;
/* SwiftUI */
Color(red: 0.251, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#40fc2f")Accessibility — WCAG contrast
Aa
#40fc2f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40fc2f on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green98.8%
Blue18.4%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#40fc2f text on a black background
contrast 15.18:1
Card sample
#40fc2f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40fc2f;
Background color
Panel with #40fc2f background
background-color: #40fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40fc2f; background: linear-gradient(135deg, #40fc2f, #2FFCA7);