#1cfb2d
a balanced, electric green · cool · closest name: lime
RGB
28, 251, 45
HSL
125°, 97%, 55%
CMYK
89, 0, 82, 2
Luminance
0.6943
Every format
| HEX | #1cfb2d |
| RGB | rgb(28, 251, 45) |
| HSL | hsl(125, 97%, 55%) |
| CMYK | cmyk(89%, 0%, 82%, 2%) |
| LAB | lab(86.7 -82.8 76.1) |
| LCH | lch(86.7 112.5 137.4) |
| OKLCH | oklch(0.859 0.280 143.1) |
Copy-ready code
/* CSS */
color: #1cfb2d;
background-color: #1cfb2d;
/* Tailwind (arbitrary) */
class="text-[#1cfb2d] bg-[#1cfb2d]"
/* SCSS */
$brand: #1cfb2d;
/* SwiftUI */
Color(red: 0.110, green: 0.984, blue: 0.176)
/* Android */
Color.parseColor("#1cfb2d")Accessibility — WCAG contrast
Aa
#1cfb2d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfb2d on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green98.4%
Blue17.6%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow82.1%
Key (black)1.6%
Color previews
#1cfb2d text on a black background
contrast 14.89:1
Card sample
#1cfb2d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfb2d;
Background color
Panel with #1cfb2d background
background-color: #1cfb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 251, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 251, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfb2d; background: linear-gradient(135deg, #1cfb2d, #1CFBC2);