#1eee2f
a balanced, electric green · cool · closest name: lime
RGB
30, 238, 47
HSL
125°, 86%, 53%
CMYK
87, 0, 80, 7
Luminance
0.6163
Every format
| HEX | #1eee2f |
| RGB | rgb(30, 238, 47) |
| HSL | hsl(125, 86%, 53%) |
| CMYK | cmyk(87%, 0%, 80%, 7%) |
| LAB | lab(82.7 -79.0 71.9) |
| LCH | lch(82.7 106.9 137.7) |
| OKLCH | oklch(0.825 0.267 143.3) |
Copy-ready code
/* CSS */
color: #1eee2f;
background-color: #1eee2f;
/* Tailwind (arbitrary) */
class="text-[#1eee2f] bg-[#1eee2f]"
/* SCSS */
$brand: #1eee2f;
/* SwiftUI */
Color(red: 0.118, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#1eee2f")Accessibility — WCAG contrast
Aa
#1eee2f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eee2f on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green93.3%
Blue18.4%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#1eee2f text on a black background
contrast 13.33:1
Card sample
#1eee2f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eee2f;
Background color
Panel with #1eee2f background
background-color: #1eee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eee2f; background: linear-gradient(135deg, #1eee2f, #1EEEBA);