#00fc00
a balanced, electric green · cool · “lime”
RGB
0, 252, 0
HSL
120°, 100%, 49%
CMYK
100, 0, 100, 1
Luminance
0.6962
Every format
| HEX | #00fc00 |
| RGB | rgb(0, 252, 0) |
| HSL | hsl(120, 100%, 49%) |
| CMYK | cmyk(100%, 0%, 100%, 1%) |
| LAB | lab(86.8 -85.4 82.4) |
| LCH | lch(86.8 118.7 136.0) |
| OKLCH | oklch(0.859 0.292 142.5) |
Copy-ready code
/* CSS */
color: #00fc00;
background-color: #00fc00;
/* Tailwind (arbitrary) */
class="text-[#00fc00] bg-[#00fc00]"
/* SCSS */
$brand: #00fc00;
/* SwiftUI */
Color(red: 0.000, green: 0.988, blue: 0.000)
/* Android */
Color.parseColor("#00fc00")Accessibility — WCAG contrast
Aa
#00fc00 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fc00 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green98.8%
Blue0.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow100.0%
Key (black)1.2%
Color previews
#00fc00 text on a black background
contrast 14.92:1
Card sample
#00fc00 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fc00;
Background color
Panel with #00fc00 background
background-color: #00fc00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fc00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 252, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 252, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fc00; background: linear-gradient(135deg, #00fc00, #00FCA8);