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