#29e770
a balanced, electric green · cool · closest name: forestgreen
RGB
41, 231, 112
HSL
142°, 80%, 53%
CMYK
82, 0, 52, 9
Luminance
0.5879
Every format
| HEX | #29e770 |
| RGB | rgb(41, 231, 112) |
| HSL | hsl(142, 80%, 53%) |
| CMYK | cmyk(82%, 0%, 52%, 9%) |
| LAB | lab(81.2 -69.5 45.1) |
| LCH | lch(81.2 82.9 147.0) |
| OKLCH | oklch(0.815 0.216 149.7) |
Copy-ready code
/* CSS */
color: #29e770;
background-color: #29e770;
/* Tailwind (arbitrary) */
class="text-[#29e770] bg-[#29e770]"
/* SCSS */
$brand: #29e770;
/* SwiftUI */
Color(red: 0.161, green: 0.906, blue: 0.439)
/* Android */
Color.parseColor("#29e770")Accessibility — WCAG contrast
Aa
#29e770 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#29e770 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green90.6%
Blue43.9%
CMYK percentages
Cyan82.3%
Magenta0.0%
Yellow51.5%
Key (black)9.4%
Color previews
#29e770 text on a black background
contrast 12.76:1
Card sample
#29e770 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29e770;
Background color
Panel with #29e770 background
background-color: #29e770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29e770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 231, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 231, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29e770; background: linear-gradient(135deg, #29e770, #29DFE7);