#2cfb1d
a balanced, electric green · cool · closest name: lime
RGB
44, 251, 29
HSL
116°, 97%, 55%
CMYK
83, 0, 88, 2
Luminance
0.6962
Every format
| HEX | #2cfb1d |
| RGB | rgb(44, 251, 29) |
| HSL | hsl(116, 97%, 55%) |
| CMYK | cmyk(83%, 0%, 88%, 2%) |
| LAB | lab(86.8 -82.2 79.5) |
| LCH | lch(86.8 114.3 136.0) |
| OKLCH | oklch(0.860 0.283 142.2) |
Copy-ready code
/* CSS */
color: #2cfb1d;
background-color: #2cfb1d;
/* Tailwind (arbitrary) */
class="text-[#2cfb1d] bg-[#2cfb1d]"
/* SCSS */
$brand: #2cfb1d;
/* SwiftUI */
Color(red: 0.173, green: 0.984, blue: 0.114)
/* Android */
Color.parseColor("#2cfb1d")Accessibility — WCAG contrast
Aa
#2cfb1d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cfb1d on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green98.4%
Blue11.4%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow88.4%
Key (black)1.6%
Color previews
#2cfb1d text on a black background
contrast 14.92:1
Card sample
#2cfb1d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cfb1d;
Background color
Panel with #2cfb1d background
background-color: #2cfb1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cfb1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 251, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 251, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cfb1d; background: linear-gradient(135deg, #2cfb1d, #1DFBA2);