#44ee4f
a balanced, electric green · cool · closest name: lime
RGB
68, 238, 79
HSL
124°, 83%, 60%
CMYK
71, 0, 67, 7
Luminance
0.6294
Every format
| HEX | #44ee4f |
| RGB | rgb(68, 238, 79) |
| HSL | hsl(124, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 67%, 7%) |
| LAB | lab(83.4 -72.3 62.2) |
| LCH | lch(83.4 95.3 139.3) |
| OKLCH | oklch(0.833 0.242 143.8) |
Copy-ready code
/* CSS */
color: #44ee4f;
background-color: #44ee4f;
/* Tailwind (arbitrary) */
class="text-[#44ee4f] bg-[#44ee4f]"
/* SCSS */
$brand: #44ee4f;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.310)
/* Android */
Color.parseColor("#44ee4f")Accessibility — WCAG contrast
Aa
#44ee4f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ee4f on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue31.0%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow66.8%
Key (black)6.7%
Color previews
#44ee4f text on a black background
contrast 13.59:1
Card sample
#44ee4f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ee4f;
Background color
Panel with #44ee4f background
background-color: #44ee4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ee4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ee4f; background: linear-gradient(135deg, #44ee4f, #44EEC0);