#03cc04
a dark, electric green · cool · closest name: lime
RGB
3, 204, 4
HSL
120°, 97%, 41%
CMYK
99, 0, 98, 20
Luminance
0.4321
Every format
| HEX | #03cc04 |
| RGB | rgb(3, 204, 4) |
| HSL | hsl(120, 97%, 41%) |
| CMYK | cmyk(99%, 0%, 98%, 20%) |
| LAB | lab(71.7 -72.7 69.9) |
| LCH | lch(71.7 100.8 136.1) |
| OKLCH | oklch(0.733 0.248 142.5) |
Copy-ready code
/* CSS */
color: #03cc04;
background-color: #03cc04;
/* Tailwind (arbitrary) */
class="text-[#03cc04] bg-[#03cc04]"
/* SCSS */
$brand: #03cc04;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.016)
/* Android */
Color.parseColor("#03cc04")Accessibility — WCAG contrast
Aa
#03cc04 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03cc04 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue1.6%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow98.0%
Key (black)20.0%
Color previews
#03cc04 text on a black background
contrast 9.64:1
Card sample
#03cc04 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03cc04;
Background color
Panel with #03cc04 background
background-color: #03cc04;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03cc04;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03cc04; background: linear-gradient(135deg, #03cc04, #03CC8A);