#41eb39
a balanced, electric green · cool · closest name: lime
RGB
65, 235, 57
HSL
117°, 82%, 57%
CMYK
72, 0, 76, 8
Luminance
0.6084
Every format
| HEX | #41eb39 |
| RGB | rgb(65, 235, 57) |
| HSL | hsl(117, 82%, 57%) |
| CMYK | cmyk(72%, 0%, 76%, 8%) |
| LAB | lab(82.3 -73.6 68.8) |
| LCH | lch(82.3 100.7 136.9) |
| OKLCH | oklch(0.823 0.253 142.4) |
Copy-ready code
/* CSS */
color: #41eb39;
background-color: #41eb39;
/* Tailwind (arbitrary) */
class="text-[#41eb39] bg-[#41eb39]"
/* SCSS */
$brand: #41eb39;
/* SwiftUI */
Color(red: 0.255, green: 0.922, blue: 0.224)
/* Android */
Color.parseColor("#41eb39")Accessibility — WCAG contrast
Aa
#41eb39 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41eb39 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green92.2%
Blue22.4%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow75.7%
Key (black)7.8%
Color previews
#41eb39 text on a black background
contrast 13.17:1
Card sample
#41eb39 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41eb39;
Background color
Panel with #41eb39 background
background-color: #41eb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41eb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 235, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 235, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41eb39; background: linear-gradient(135deg, #41eb39, #39EBA8);