#44e034
a balanced, vivid green · cool · closest name: lime
RGB
68, 224, 52
HSL
114°, 74%, 54%
CMYK
70, 0, 77, 12
Luminance
0.5479
Every format
| HEX | #44e034 |
| RGB | rgb(68, 224, 52) |
| HSL | hsl(114, 74%, 54%) |
| CMYK | cmyk(70%, 0%, 77%, 12%) |
| LAB | lab(78.9 -70.0 67.1) |
| LCH | lch(78.9 96.9 136.2) |
| OKLCH | oklch(0.795 0.243 141.8) |
Copy-ready code
/* CSS */
color: #44e034;
background-color: #44e034;
/* Tailwind (arbitrary) */
class="text-[#44e034] bg-[#44e034]"
/* SCSS */
$brand: #44e034;
/* SwiftUI */
Color(red: 0.267, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#44e034")Accessibility — WCAG contrast
Aa
#44e034 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44e034 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green87.8%
Blue20.4%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#44e034 text on a black background
contrast 11.96:1
Card sample
#44e034 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44e034;
Background color
Panel with #44e034 background
background-color: #44e034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44e034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44e034; background: linear-gradient(135deg, #44e034, #34E097);