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