#1ae831
a balanced, electric green · cool · closest name: lime
RGB
26, 232, 49
HSL
127°, 82%, 51%
CMYK
89, 0, 79, 9
Luminance
0.5815
Every format
| HEX | #1ae831 |
| RGB | rgb(26, 232, 49) |
| HSL | hsl(127, 82%, 51%) |
| CMYK | cmyk(89%, 0%, 79%, 9%) |
| LAB | lab(80.8 -77.5 69.6) |
| LCH | lch(80.8 104.2 138.1) |
| OKLCH | oklch(0.809 0.261 143.5) |
Copy-ready code
/* CSS */
color: #1ae831;
background-color: #1ae831;
/* Tailwind (arbitrary) */
class="text-[#1ae831] bg-[#1ae831]"
/* SCSS */
$brand: #1ae831;
/* SwiftUI */
Color(red: 0.102, green: 0.910, blue: 0.192)
/* Android */
Color.parseColor("#1ae831")Accessibility — WCAG contrast
Aa
#1ae831 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ae831 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green91.0%
Blue19.2%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow78.9%
Key (black)9.0%
Color previews
#1ae831 text on a black background
contrast 12.63:1
Card sample
#1ae831 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ae831;
Background color
Panel with #1ae831 background
background-color: #1ae831;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ae831;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 232, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 232, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ae831; background: linear-gradient(135deg, #1ae831, #1AE8BA);