#1cfb3f
a balanced, electric green · cool · closest name: lime
RGB
28, 251, 63
HSL
129°, 97%, 55%
CMYK
89, 0, 75, 2
Luminance
0.6960
Every format
| HEX | #1cfb3f |
| RGB | rgb(28, 251, 63) |
| HSL | hsl(129, 97%, 55%) |
| CMYK | cmyk(89%, 0%, 75%, 2%) |
| LAB | lab(86.8 -81.8 71.2) |
| LCH | lch(86.8 108.4 139.0) |
| OKLCH | oklch(0.860 0.273 144.0) |
Copy-ready code
/* CSS */
color: #1cfb3f;
background-color: #1cfb3f;
/* Tailwind (arbitrary) */
class="text-[#1cfb3f] bg-[#1cfb3f]"
/* SCSS */
$brand: #1cfb3f;
/* SwiftUI */
Color(red: 0.110, green: 0.984, blue: 0.247)
/* Android */
Color.parseColor("#1cfb3f")Accessibility — WCAG contrast
Aa
#1cfb3f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfb3f on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green98.4%
Blue24.7%
CMYK percentages
Cyan88.8%
Magenta0.0%
Yellow74.9%
Key (black)1.6%
Color previews
#1cfb3f text on a black background
contrast 14.92:1
Card sample
#1cfb3f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfb3f;
Background color
Panel with #1cfb3f background
background-color: #1cfb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 251, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 251, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfb3f; background: linear-gradient(135deg, #1cfb3f, #1CFBD4);