#44ef44
a balanced, electric green · cool · closest name: lime
RGB
68, 239, 68
HSL
120°, 84%, 60%
CMYK
72, 0, 72, 6
Luminance
0.6338
Every format
| HEX | #44ef44 |
| RGB | rgb(68, 239, 68) |
| HSL | hsl(120, 84%, 60%) |
| CMYK | cmyk(72%, 0%, 72%, 6%) |
| LAB | lab(83.6 -73.5 66.5) |
| LCH | lch(83.6 99.1 137.9) |
| OKLCH | oklch(0.835 0.250 142.9) |
Copy-ready code
/* CSS */
color: #44ef44;
background-color: #44ef44;
/* Tailwind (arbitrary) */
class="text-[#44ef44] bg-[#44ef44]"
/* SCSS */
$brand: #44ef44;
/* SwiftUI */
Color(red: 0.267, green: 0.937, blue: 0.267)
/* Android */
Color.parseColor("#44ef44")Accessibility — WCAG contrast
Aa
#44ef44 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ef44 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.7%
Blue26.7%
CMYK percentages
Cyan71.5%
Magenta0.0%
Yellow71.5%
Key (black)6.3%
Color previews
#44ef44 text on a black background
contrast 13.68:1
Card sample
#44ef44 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ef44;
Background color
Panel with #44ef44 background
background-color: #44ef44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ef44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 239, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 239, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ef44; background: linear-gradient(135deg, #44ef44, #44EFB6);