#acff35
a balanced, electric green · cool · closest name: lime
RGB
172, 255, 53
HSL
85°, 100%, 60%
CMYK
33, 0, 79, 0
Luminance
0.8055
Every format
| HEX | #acff35 |
| RGB | rgb(172, 255, 53) |
| HSL | hsl(85, 100%, 60%) |
| CMYK | cmyk(33%, 0%, 79%, 0%) |
| LAB | lab(91.9 -52.6 80.3) |
| LCH | lch(91.9 96.0 123.2) |
| OKLCH | oklch(0.913 0.232 130.4) |
Copy-ready code
/* CSS */
color: #acff35;
background-color: #acff35;
/* Tailwind (arbitrary) */
class="text-[#acff35] bg-[#acff35]"
/* SCSS */
$brand: #acff35;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.208)
/* Android */
Color.parseColor("#acff35")Accessibility — WCAG contrast
Aa
#acff35 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff35 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue20.8%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow79.2%
Key (black)0.0%
Color previews
#acff35 text on a black background
contrast 17.11:1
Card sample
#acff35 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff35;
Background color
Panel with #acff35 background
background-color: #acff35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff35; background: linear-gradient(135deg, #acff35, #35FF45);