#acfd00
a balanced, electric green · cool · closest name: yellow
RGB
172, 253, 0
HSL
79°, 100%, 50%
CMYK
32, 0, 100, 1
Luminance
0.7902
Every format
| HEX | #acfd00 |
| RGB | rgb(172, 253, 0) |
| HSL | hsl(79, 100%, 50%) |
| CMYK | cmyk(32%, 0%, 100%, 1%) |
| LAB | lab(91.2 -53.0 87.7) |
| LCH | lch(91.2 102.4 121.1) |
| OKLCH | oklch(0.907 0.241 129.3) |
Copy-ready code
/* CSS */
color: #acfd00;
background-color: #acfd00;
/* Tailwind (arbitrary) */
class="text-[#acfd00] bg-[#acfd00]"
/* SCSS */
$brand: #acfd00;
/* SwiftUI */
Color(red: 0.675, green: 0.992, blue: 0.000)
/* Android */
Color.parseColor("#acfd00")Accessibility — WCAG contrast
Aa
#acfd00 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfd00 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.2%
Blue0.0%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow100.0%
Key (black)0.8%
Color previews
#acfd00 text on a black background
contrast 16.80:1
Card sample
#acfd00 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfd00;
Background color
Panel with #acfd00 background
background-color: #acfd00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfd00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 253, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 253, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfd00; background: linear-gradient(135deg, #acfd00, #03FD00);