#00fe13
a balanced, electric green · cool · “lime”
RGB
0, 254, 19
HSL
125°, 100%, 50%
CMYK
100, 0, 93, 0
Luminance
0.7093
Every format
| HEX | #00fe13 |
| RGB | rgb(0, 254, 19) |
| HSL | hsl(125, 100%, 50%) |
| CMYK | cmyk(100%, 0%, 93%, 0%) |
| LAB | lab(87.5 -85.6 81.3) |
| LCH | lch(87.5 118.1 136.5) |
| OKLCH | oklch(0.864 0.292 142.7) |
Copy-ready code
/* CSS */
color: #00fe13;
background-color: #00fe13;
/* Tailwind (arbitrary) */
class="text-[#00fe13] bg-[#00fe13]"
/* SCSS */
$brand: #00fe13;
/* SwiftUI */
Color(red: 0.000, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#00fe13")Accessibility — WCAG contrast
Aa
#00fe13 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fe13 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green99.6%
Blue7.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#00fe13 text on a black background
contrast 15.19:1
Card sample
#00fe13 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fe13;
Background color
Panel with #00fe13 background
background-color: #00fe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fe13; background: linear-gradient(135deg, #00fe13, #00FEBC);