#44f849
a balanced, electric green · cool · closest name: lime
RGB
68, 248, 73
HSL
122°, 93%, 62%
CMYK
73, 0, 71, 3
Luminance
0.6884
Every format
| HEX | #44f849 |
| RGB | rgb(68, 248, 73) |
| HSL | hsl(122, 93%, 62%) |
| CMYK | cmyk(73%, 0%, 71%, 3%) |
| LAB | lab(86.4 -75.9 67.6) |
| LCH | lch(86.4 101.6 138.3) |
| OKLCH | oklch(0.858 0.257 143.2) |
Copy-ready code
/* CSS */
color: #44f849;
background-color: #44f849;
/* Tailwind (arbitrary) */
class="text-[#44f849] bg-[#44f849]"
/* SCSS */
$brand: #44f849;
/* SwiftUI */
Color(red: 0.267, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#44f849")Accessibility — WCAG contrast
Aa
#44f849 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44f849 on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green97.3%
Blue28.6%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#44f849 text on a black background
contrast 14.77:1
Card sample
#44f849 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44f849;
Background color
Panel with #44f849 background
background-color: #44f849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44f849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44f849; background: linear-gradient(135deg, #44f849, #44F8C1);