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