#a3ff13
a balanced, electric green · cool · closest name: lime
RGB
163, 255, 19
HSL
83°, 100%, 54%
CMYK
36, 0, 93, 0
Luminance
0.7935
Every format
| HEX | #a3ff13 |
| RGB | rgb(163, 255, 19) |
| HSL | hsl(83, 100%, 54%) |
| CMYK | cmyk(36%, 0%, 93%, 0%) |
| LAB | lab(91.4 -56.6 86.1) |
| LCH | lch(91.4 103.0 123.4) |
| OKLCH | oklch(0.907 0.246 131.2) |
Copy-ready code
/* CSS */
color: #a3ff13;
background-color: #a3ff13;
/* Tailwind (arbitrary) */
class="text-[#a3ff13] bg-[#a3ff13]"
/* SCSS */
$brand: #a3ff13;
/* SwiftUI */
Color(red: 0.639, green: 1.000, blue: 0.075)
/* Android */
Color.parseColor("#a3ff13")Accessibility — WCAG contrast
Aa
#a3ff13 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ff13 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green100.0%
Blue7.5%
CMYK percentages
Cyan36.1%
Magenta0.0%
Yellow92.5%
Key (black)0.0%
Color previews
#a3ff13 text on a black background
contrast 16.87:1
Card sample
#a3ff13 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ff13;
Background color
Panel with #a3ff13 background
background-color: #a3ff13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ff13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 255, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 255, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ff13; background: linear-gradient(135deg, #a3ff13, #13FF20);