#00ff44
a balanced, electric green · cool · closest name: lime
RGB
0, 255, 68
HSL
136°, 100%, 50%
CMYK
100, 0, 73, 0
Luminance
0.7194
Every format
| HEX | #00ff44 |
| RGB | rgb(0, 255, 68) |
| HSL | hsl(136, 100%, 50%) |
| CMYK | cmyk(100%, 0%, 73%, 0%) |
| LAB | lab(87.9 -83.6 70.6) |
| LCH | lch(87.9 109.4 139.8) |
| OKLCH | oklch(0.869 0.276 144.7) |
Copy-ready code
/* CSS */
color: #00ff44;
background-color: #00ff44;
/* Tailwind (arbitrary) */
class="text-[#00ff44] bg-[#00ff44]"
/* SCSS */
$brand: #00ff44;
/* SwiftUI */
Color(red: 0.000, green: 1.000, blue: 0.267)
/* Android */
Color.parseColor("#00ff44")Accessibility — WCAG contrast
Aa
#00ff44 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ff44 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green100.0%
Blue26.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow73.3%
Key (black)0.0%
Color previews
#00ff44 text on a black background
contrast 15.39:1
Card sample
#00ff44 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ff44;
Background color
Panel with #00ff44 background
background-color: #00ff44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ff44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 255, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 255, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ff44; background: linear-gradient(135deg, #00ff44, #00FFEE);