#acff28
a balanced, electric green · cool · closest name: lime
RGB
172, 255, 40
HSL
83°, 100%, 58%
CMYK
33, 0, 84, 0
Luminance
0.8044
Every format
| HEX | #acff28 |
| RGB | rgb(172, 255, 40) |
| HSL | hsl(83, 100%, 58%) |
| CMYK | cmyk(33%, 0%, 84%, 0%) |
| LAB | lab(91.9 -53.1 83.3) |
| LCH | lch(91.9 98.8 122.5) |
| OKLCH | oklch(0.912 0.236 130.0) |
Copy-ready code
/* CSS */
color: #acff28;
background-color: #acff28;
/* Tailwind (arbitrary) */
class="text-[#acff28] bg-[#acff28]"
/* SCSS */
$brand: #acff28;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.157)
/* Android */
Color.parseColor("#acff28")Accessibility — WCAG contrast
Aa
#acff28 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff28 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue15.7%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow84.3%
Key (black)0.0%
Color previews
#acff28 text on a black background
contrast 17.09:1
Card sample
#acff28 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff28;
Background color
Panel with #acff28 background
background-color: #acff28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff28; background: linear-gradient(135deg, #acff28, #28FF33);