#acee3d
a balanced, electric green · cool · closest name: yellow
RGB
172, 238, 61
HSL
82°, 84%, 59%
CMYK
28, 0, 74, 7
Luminance
0.7026
Every format
| HEX | #acee3d |
| RGB | rgb(172, 238, 61) |
| HSL | hsl(82, 84%, 59%) |
| CMYK | cmyk(28%, 0%, 74%, 7%) |
| LAB | lab(87.1 -45.1 73.5) |
| LCH | lch(87.1 86.3 121.5) |
| OKLCH | oklch(0.874 0.208 128.4) |
Copy-ready code
/* CSS */
color: #acee3d;
background-color: #acee3d;
/* Tailwind (arbitrary) */
class="text-[#acee3d] bg-[#acee3d]"
/* SCSS */
$brand: #acee3d;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.239)
/* Android */
Color.parseColor("#acee3d")Accessibility — WCAG contrast
Aa
#acee3d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acee3d on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue23.9%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow74.4%
Key (black)6.7%
Color previews
#acee3d text on a black background
contrast 15.05:1
Card sample
#acee3d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acee3d;
Background color
Panel with #acee3d background
background-color: #acee3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acee3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acee3d; background: linear-gradient(135deg, #acee3d, #3DEE44);