#29ff21
a balanced, electric green · cool · closest name: lime
RGB
41, 255, 33
HSL
118°, 100%, 57%
CMYK
84, 0, 87, 0
Luminance
0.7210
Every format
| HEX | #29ff21 |
| RGB | rgb(41, 255, 33) |
| HSL | hsl(118, 100%, 57%) |
| CMYK | cmyk(84%, 0%, 87%, 0%) |
| LAB | lab(88.0 -83.4 79.8) |
| LCH | lch(88.0 115.5 136.3) |
| OKLCH | oklch(0.870 0.286 142.4) |
Copy-ready code
/* CSS */
color: #29ff21;
background-color: #29ff21;
/* Tailwind (arbitrary) */
class="text-[#29ff21] bg-[#29ff21]"
/* SCSS */
$brand: #29ff21;
/* SwiftUI */
Color(red: 0.161, green: 1.000, blue: 0.129)
/* Android */
Color.parseColor("#29ff21")Accessibility — WCAG contrast
Aa
#29ff21 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29ff21 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green100.0%
Blue12.9%
CMYK percentages
Cyan83.9%
Magenta0.0%
Yellow87.1%
Key (black)0.0%
Color previews
#29ff21 text on a black background
contrast 15.42:1
Card sample
#29ff21 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29ff21;
Background color
Panel with #29ff21 background
background-color: #29ff21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29ff21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 255, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 255, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29ff21; background: linear-gradient(135deg, #29ff21, #21FFAD);