#44fc2f
a balanced, electric green · cool · closest name: lime
RGB
68, 252, 47
HSL
114°, 97%, 59%
CMYK
73, 0, 81, 1
Luminance
0.7105
Every format
| HEX | #44fc2f |
| RGB | rgb(68, 252, 47) |
| HSL | hsl(114, 97%, 59%) |
| CMYK | cmyk(73%, 0%, 81%, 1%) |
| LAB | lab(87.5 -78.8 76.5) |
| LCH | lch(87.5 109.8 135.8) |
| OKLCH | oklch(0.867 0.273 141.8) |
Copy-ready code
/* CSS */
color: #44fc2f;
background-color: #44fc2f;
/* Tailwind (arbitrary) */
class="text-[#44fc2f] bg-[#44fc2f]"
/* SCSS */
$brand: #44fc2f;
/* SwiftUI */
Color(red: 0.267, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#44fc2f")Accessibility — WCAG contrast
Aa
#44fc2f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44fc2f on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green98.8%
Blue18.4%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#44fc2f text on a black background
contrast 15.21:1
Card sample
#44fc2f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44fc2f;
Background color
Panel with #44fc2f background
background-color: #44fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44fc2f; background: linear-gradient(135deg, #44fc2f, #2FFCA3);