#29ed5f
a balanced, electric green · cool · closest name: lime
RGB
41, 237, 95
HSL
137°, 85%, 55%
CMYK
83, 0, 60, 7
Luminance
0.6187
Every format
| HEX | #29ed5f |
| RGB | rgb(41, 237, 95) |
| HSL | hsl(137, 85%, 55%) |
| CMYK | cmyk(83%, 0%, 60%, 7%) |
| LAB | lab(82.8 -73.7 54.8) |
| LCH | lch(82.8 91.9 143.3) |
| OKLCH | oklch(0.828 0.236 146.9) |
Copy-ready code
/* CSS */
color: #29ed5f;
background-color: #29ed5f;
/* Tailwind (arbitrary) */
class="text-[#29ed5f] bg-[#29ed5f]"
/* SCSS */
$brand: #29ed5f;
/* SwiftUI */
Color(red: 0.161, green: 0.929, blue: 0.373)
/* Android */
Color.parseColor("#29ed5f")Accessibility — WCAG contrast
Aa
#29ed5f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29ed5f on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green92.9%
Blue37.3%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow59.9%
Key (black)7.1%
Color previews
#29ed5f text on a black background
contrast 13.37:1
Card sample
#29ed5f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29ed5f;
Background color
Panel with #29ed5f background
background-color: #29ed5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29ed5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 237, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 237, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29ed5f; background: linear-gradient(135deg, #29ed5f, #29EDE2);