#1cf44f
a balanced, electric green · cool · closest name: lime
RGB
28, 244, 79
HSL
134°, 91%, 53%
CMYK
89, 0, 68, 4
Luminance
0.6551
Every format
| HEX | #1cf44f |
| RGB | rgb(28, 244, 79) |
| HSL | hsl(134, 91%, 53%) |
| CMYK | cmyk(89%, 0%, 68%, 4%) |
| LAB | lab(84.7 -78.5 63.5) |
| LCH | lch(84.7 100.9 141.0) |
| OKLCH | oklch(0.843 0.257 145.4) |
Copy-ready code
/* CSS */
color: #1cf44f;
background-color: #1cf44f;
/* Tailwind (arbitrary) */
class="text-[#1cf44f] bg-[#1cf44f]"
/* SCSS */
$brand: #1cf44f;
/* SwiftUI */
Color(red: 0.110, green: 0.957, blue: 0.310)
/* Android */
Color.parseColor("#1cf44f")Accessibility — WCAG contrast
Aa
#1cf44f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cf44f on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green95.7%
Blue31.0%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow67.6%
Key (black)4.3%
Color previews
#1cf44f text on a black background
contrast 14.10:1
Card sample
#1cf44f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cf44f;
Background color
Panel with #1cf44f background
background-color: #1cf44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cf44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 244, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 244, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cf44f; background: linear-gradient(135deg, #1cf44f, #1CF4DF);