#00ff2e
a balanced, electric green · cool · closest name: lime
RGB
0, 255, 46
HSL
131°, 100%, 50%
CMYK
100, 0, 82, 0
Luminance
0.7172
Every format
| HEX | #00ff2e |
| RGB | rgb(0, 255, 46) |
| HSL | hsl(131, 100%, 50%) |
| CMYK | cmyk(100%, 0%, 82%, 0%) |
| LAB | lab(87.8 -84.9 76.8) |
| LCH | lch(87.8 114.5 137.9) |
| OKLCH | oklch(0.868 0.286 143.5) |
Copy-ready code
/* CSS */
color: #00ff2e;
background-color: #00ff2e;
/* Tailwind (arbitrary) */
class="text-[#00ff2e] bg-[#00ff2e]"
/* SCSS */
$brand: #00ff2e;
/* SwiftUI */
Color(red: 0.000, green: 1.000, blue: 0.180)
/* Android */
Color.parseColor("#00ff2e")Accessibility — WCAG contrast
Aa
#00ff2e on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ff2e on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green100.0%
Blue18.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow82.0%
Key (black)0.0%
Color previews
#00ff2e text on a black background
contrast 15.34:1
Card sample
#00ff2e text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ff2e;
Background color
Panel with #00ff2e background
background-color: #00ff2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ff2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 255, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 255, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ff2e; background: linear-gradient(135deg, #00ff2e, #00FFD8);