#1cee2d
a balanced, electric green · cool · closest name: lime
RGB
28, 238, 45
HSL
125°, 86%, 52%
CMYK
88, 0, 81, 7
Luminance
0.6159
Every format
| HEX | #1cee2d |
| RGB | rgb(28, 238, 45) |
| HSL | hsl(125, 86%, 52%) |
| CMYK | cmyk(88%, 0%, 81%, 7%) |
| LAB | lab(82.7 -79.3 72.4) |
| LCH | lch(82.7 107.4 137.6) |
| OKLCH | oklch(0.825 0.268 143.2) |
Copy-ready code
/* CSS */
color: #1cee2d;
background-color: #1cee2d;
/* Tailwind (arbitrary) */
class="text-[#1cee2d] bg-[#1cee2d]"
/* SCSS */
$brand: #1cee2d;
/* SwiftUI */
Color(red: 0.110, green: 0.933, blue: 0.176)
/* Android */
Color.parseColor("#1cee2d")Accessibility — WCAG contrast
Aa
#1cee2d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cee2d on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green93.3%
Blue17.6%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow81.1%
Key (black)6.7%
Color previews
#1cee2d text on a black background
contrast 13.32:1
Card sample
#1cee2d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cee2d;
Background color
Panel with #1cee2d background
background-color: #1cee2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cee2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 238, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 238, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cee2d; background: linear-gradient(135deg, #1cee2d, #1CEEB9);