#acff05
a balanced, electric green · cool · closest name: lime
RGB
172, 255, 5
HSL
80°, 100%, 51%
CMYK
33, 0, 98, 0
Luminance
0.8030
Every format
| HEX | #acff05 |
| RGB | rgb(172, 255, 5) |
| HSL | hsl(80, 100%, 51%) |
| CMYK | cmyk(33%, 0%, 98%, 0%) |
| LAB | lab(91.8 -53.7 87.8) |
| LCH | lch(91.8 102.9 121.5) |
| OKLCH | oklch(0.911 0.243 129.5) |
Copy-ready code
/* CSS */
color: #acff05;
background-color: #acff05;
/* Tailwind (arbitrary) */
class="text-[#acff05] bg-[#acff05]"
/* SCSS */
$brand: #acff05;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.020)
/* Android */
Color.parseColor("#acff05")Accessibility — WCAG contrast
Aa
#acff05 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff05 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue2.0%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow98.0%
Key (black)0.0%
Color previews
#acff05 text on a black background
contrast 17.06:1
Card sample
#acff05 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff05;
Background color
Panel with #acff05 background
background-color: #acff05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff05; background: linear-gradient(135deg, #acff05, #06FF05);