#a0ff33
a balanced, electric green · cool · closest name: lime
RGB
160, 255, 51
HSL
88°, 100%, 60%
CMYK
37, 0, 80, 0
Luminance
0.7923
Every format
| HEX | #a0ff33 |
| RGB | rgb(160, 255, 51) |
| HSL | hsl(88, 100%, 60%) |
| CMYK | cmyk(37%, 0%, 80%, 0%) |
| LAB | lab(91.3 -56.8 80.1) |
| LCH | lch(91.3 98.2 125.3) |
| OKLCH | oklch(0.906 0.238 132.4) |
Copy-ready code
/* CSS */
color: #a0ff33;
background-color: #a0ff33;
/* Tailwind (arbitrary) */
class="text-[#a0ff33] bg-[#a0ff33]"
/* SCSS */
$brand: #a0ff33;
/* SwiftUI */
Color(red: 0.627, green: 1.000, blue: 0.200)
/* Android */
Color.parseColor("#a0ff33")Accessibility — WCAG contrast
Aa
#a0ff33 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ff33 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green100.0%
Blue20.0%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow80.0%
Key (black)0.0%
Color previews
#a0ff33 text on a black background
contrast 16.85:1
Card sample
#a0ff33 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ff33;
Background color
Panel with #a0ff33 background
background-color: #a0ff33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ff33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 255, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 255, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ff33; background: linear-gradient(135deg, #a0ff33, #33FF4E);