#29e75f
a balanced, electric green · cool · closest name: lime
RGB
41, 231, 95
HSL
137°, 80%, 53%
CMYK
82, 0, 59, 9
Luminance
0.5845
Every format
| HEX | #29e75f |
| RGB | rgb(41, 231, 95) |
| HSL | hsl(137, 80%, 53%) |
| CMYK | cmyk(82%, 0%, 59%, 9%) |
| LAB | lab(81.0 -71.8 52.7) |
| LCH | lch(81.0 89.1 143.7) |
| OKLCH | oklch(0.812 0.230 147.2) |
Copy-ready code
/* CSS */
color: #29e75f;
background-color: #29e75f;
/* Tailwind (arbitrary) */
class="text-[#29e75f] bg-[#29e75f]"
/* SCSS */
$brand: #29e75f;
/* SwiftUI */
Color(red: 0.161, green: 0.906, blue: 0.373)
/* Android */
Color.parseColor("#29e75f")Accessibility — WCAG contrast
Aa
#29e75f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29e75f on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green90.6%
Blue37.3%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow58.9%
Key (black)9.4%
Color previews
#29e75f text on a black background
contrast 12.69:1
Card sample
#29e75f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29e75f;
Background color
Panel with #29e75f background
background-color: #29e75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29e75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 231, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 231, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29e75f; background: linear-gradient(135deg, #29e75f, #29E7DE);