#1ade00
a dark, electric green · cool · closest name: lime
RGB
26, 222, 0
HSL
113°, 100%, 44%
CMYK
88, 0, 100, 13
Luminance
0.5246
Every format
| HEX | #1ade00 |
| RGB | rgb(26, 222, 0) |
| HSL | hsl(113, 100%, 44%) |
| CMYK | cmyk(88%, 0%, 100%, 13%) |
| LAB | lab(77.5 -76.4 75.1) |
| LCH | lch(77.5 107.1 135.5) |
| OKLCH | oklch(0.782 0.264 142.1) |
Copy-ready code
/* CSS */
color: #1ade00;
background-color: #1ade00;
/* Tailwind (arbitrary) */
class="text-[#1ade00] bg-[#1ade00]"
/* SCSS */
$brand: #1ade00;
/* SwiftUI */
Color(red: 0.102, green: 0.871, blue: 0.000)
/* Android */
Color.parseColor("#1ade00")Accessibility — WCAG contrast
Aa
#1ade00 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ade00 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green87.1%
Blue0.0%
CMYK percentages
Cyan88.3%
Magenta0.0%
Yellow100.0%
Key (black)12.9%
Color previews
#1ade00 text on a black background
contrast 11.49:1
Card sample
#1ade00 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ade00;
Background color
Panel with #1ade00 background
background-color: #1ade00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ade00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 222, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 222, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ade00; background: linear-gradient(135deg, #1ade00, #00DE7A);