#03ef1b
a balanced, electric green · cool · closest name: lime
RGB
3, 239, 27
HSL
126°, 98%, 48%
CMYK
99, 0, 89, 6
Luminance
0.6183
Every format
| HEX | #03ef1b |
| RGB | rgb(3, 239, 27) |
| HSL | hsl(126, 98%, 48%) |
| CMYK | cmyk(99%, 0%, 89%, 6%) |
| LAB | lab(82.8 -81.4 76.3) |
| LCH | lch(82.8 111.6 136.9) |
| OKLCH | oklch(0.826 0.276 142.9) |
Copy-ready code
/* CSS */
color: #03ef1b;
background-color: #03ef1b;
/* Tailwind (arbitrary) */
class="text-[#03ef1b] bg-[#03ef1b]"
/* SCSS */
$brand: #03ef1b;
/* SwiftUI */
Color(red: 0.012, green: 0.937, blue: 0.106)
/* Android */
Color.parseColor("#03ef1b")Accessibility — WCAG contrast
Aa
#03ef1b on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ef1b on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green93.7%
Blue10.6%
CMYK percentages
Cyan98.7%
Magenta0.0%
Yellow88.7%
Key (black)6.3%
Color previews
#03ef1b text on a black background
contrast 13.37:1
Card sample
#03ef1b text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ef1b;
Background color
Panel with #03ef1b background
background-color: #03ef1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ef1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 239, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 239, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ef1b; background: linear-gradient(135deg, #03ef1b, #03EFB9);