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