#acee2f
a balanced, electric green · cool · closest name: yellow
RGB
172, 238, 47
HSL
81°, 85%, 56%
CMYK
28, 0, 80, 7
Luminance
0.7012
Every format
| HEX | #acee2f |
| RGB | rgb(172, 238, 47) |
| HSL | hsl(81, 85%, 56%) |
| CMYK | cmyk(28%, 0%, 80%, 7%) |
| LAB | lab(87.1 -45.8 77.5) |
| LCH | lch(87.1 90.0 120.6) |
| OKLCH | oklch(0.873 0.215 127.9) |
Copy-ready code
/* CSS */
color: #acee2f;
background-color: #acee2f;
/* Tailwind (arbitrary) */
class="text-[#acee2f] bg-[#acee2f]"
/* SCSS */
$brand: #acee2f;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#acee2f")Accessibility — WCAG contrast
Aa
#acee2f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acee2f on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue18.4%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#acee2f text on a black background
contrast 15.02:1
Card sample
#acee2f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acee2f;
Background color
Panel with #acee2f background
background-color: #acee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acee2f; background: linear-gradient(135deg, #acee2f, #2FEE31);