#44cb11
a dark, electric green · cool · closest name: lime
RGB
68, 203, 17
HSL
104°, 85%, 43%
CMYK
67, 0, 92, 20
Luminance
0.4398
Every format
| HEX | #44cb11 |
| RGB | rgb(68, 203, 17) |
| HSL | hsl(104, 85%, 43%) |
| CMYK | cmyk(67%, 0%, 92%, 20%) |
| LAB | lab(72.2 -64.9 69.2) |
| LCH | lch(72.2 94.8 133.2) |
| OKLCH | oklch(0.739 0.233 139.9) |
Copy-ready code
/* CSS */
color: #44cb11;
background-color: #44cb11;
/* Tailwind (arbitrary) */
class="text-[#44cb11] bg-[#44cb11]"
/* SCSS */
$brand: #44cb11;
/* SwiftUI */
Color(red: 0.267, green: 0.796, blue: 0.067)
/* Android */
Color.parseColor("#44cb11")Accessibility — WCAG contrast
Aa
#44cb11 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cb11 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green79.6%
Blue6.7%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow91.6%
Key (black)20.4%
Color previews
#44cb11 text on a black background
contrast 9.80:1
Card sample
#44cb11 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cb11;
Background color
Panel with #44cb11 background
background-color: #44cb11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cb11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 203, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 203, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cb11; background: linear-gradient(135deg, #44cb11, #11CB5A);