#41eb26
a balanced, electric green · cool · closest name: lime
RGB
65, 235, 38
HSL
112°, 83%, 54%
CMYK
72, 0, 84, 8
Luminance
0.6068
Every format
| HEX | #41eb26 |
| RGB | rgb(65, 235, 38) |
| HSL | hsl(112, 83%, 54%) |
| CMYK | cmyk(72%, 0%, 84%, 8%) |
| LAB | lab(82.2 -74.6 73.8) |
| LCH | lch(82.2 105.0 135.3) |
| OKLCH | oklch(0.822 0.261 141.4) |
Copy-ready code
/* CSS */
color: #41eb26;
background-color: #41eb26;
/* Tailwind (arbitrary) */
class="text-[#41eb26] bg-[#41eb26]"
/* SCSS */
$brand: #41eb26;
/* SwiftUI */
Color(red: 0.255, green: 0.922, blue: 0.149)
/* Android */
Color.parseColor("#41eb26")Accessibility — WCAG contrast
Aa
#41eb26 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41eb26 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.2%
Blue14.9%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow83.8%
Key (black)7.8%
Color previews
#41eb26 text on a black background
contrast 13.14:1
Card sample
#41eb26 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41eb26;
Background color
Panel with #41eb26 background
background-color: #41eb26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41eb26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 235, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 235, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41eb26; background: linear-gradient(135deg, #41eb26, #26EB8E);