#29f500
a balanced, electric green · cool · closest name: lime
RGB
41, 245, 0
HSL
110°, 100%, 48%
CMYK
83, 0, 100, 4
Luminance
0.6578
Every format
| HEX | #29f500 |
| RGB | rgb(41, 245, 0) |
| HSL | hsl(110, 100%, 48%) |
| CMYK | cmyk(83%, 0%, 100%, 4%) |
| LAB | lab(84.9 -81.4 81.0) |
| LCH | lch(84.9 114.8 135.1) |
| OKLCH | oklch(0.843 0.282 141.8) |
Copy-ready code
/* CSS */
color: #29f500;
background-color: #29f500;
/* Tailwind (arbitrary) */
class="text-[#29f500] bg-[#29f500]"
/* SCSS */
$brand: #29f500;
/* SwiftUI */
Color(red: 0.161, green: 0.961, blue: 0.000)
/* Android */
Color.parseColor("#29f500")Accessibility — WCAG contrast
Aa
#29f500 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29f500 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green96.1%
Blue0.0%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow100.0%
Key (black)3.9%
Color previews
#29f500 text on a black background
contrast 14.16:1
Card sample
#29f500 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29f500;
Background color
Panel with #29f500 background
background-color: #29f500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29f500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 245, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 245, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29f500; background: linear-gradient(135deg, #29f500, #00F57A);