#acef24
a balanced, electric green · cool · closest name: yellow
RGB
172, 239, 36
HSL
80°, 86%, 54%
CMYK
28, 0, 85, 6
Luminance
0.7063
Every format
| HEX | #acef24 |
| RGB | rgb(172, 239, 36) |
| HSL | hsl(80, 86%, 54%) |
| CMYK | cmyk(28%, 0%, 85%, 6%) |
| LAB | lab(87.3 -46.6 80.2) |
| LCH | lch(87.3 92.8 120.1) |
| OKLCH | oklch(0.875 0.220 127.8) |
Copy-ready code
/* CSS */
color: #acef24;
background-color: #acef24;
/* Tailwind (arbitrary) */
class="text-[#acef24] bg-[#acef24]"
/* SCSS */
$brand: #acef24;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.141)
/* Android */
Color.parseColor("#acef24")Accessibility — WCAG contrast
Aa
#acef24 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef24 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue14.1%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow84.9%
Key (black)6.3%
Color previews
#acef24 text on a black background
contrast 15.13:1
Card sample
#acef24 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef24;
Background color
Panel with #acef24 background
background-color: #acef24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef24; background: linear-gradient(135deg, #acef24, #25EF24);