#1aef29
a balanced, electric green · cool · closest name: lime
RGB
26, 239, 41
HSL
124°, 87%, 52%
CMYK
89, 0, 83, 6
Luminance
0.6211
Every format
| HEX | #1aef29 |
| RGB | rgb(26, 239, 41) |
| HSL | hsl(124, 87%, 52%) |
| CMYK | cmyk(89%, 0%, 83%, 6%) |
| LAB | lab(83.0 -79.9 73.7) |
| LCH | lch(83.0 108.7 137.3) |
| OKLCH | oklch(0.827 0.271 143.1) |
Copy-ready code
/* CSS */
color: #1aef29;
background-color: #1aef29;
/* Tailwind (arbitrary) */
class="text-[#1aef29] bg-[#1aef29]"
/* SCSS */
$brand: #1aef29;
/* SwiftUI */
Color(red: 0.102, green: 0.937, blue: 0.161)
/* Android */
Color.parseColor("#1aef29")Accessibility — WCAG contrast
Aa
#1aef29 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aef29 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green93.7%
Blue16.1%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow82.8%
Key (black)6.3%
Color previews
#1aef29 text on a black background
contrast 13.42:1
Card sample
#1aef29 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aef29;
Background color
Panel with #1aef29 background
background-color: #1aef29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aef29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 239, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 239, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aef29; background: linear-gradient(135deg, #1aef29, #1AEFB7);