#acce2c
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 206, 44
HSL
73°, 65%, 49%
CMYK
17, 0, 79, 19
Luminance
0.5310
Every format
| HEX | #acce2c |
| RGB | rgb(172, 206, 44) |
| HSL | hsl(73, 65%, 49%) |
| CMYK | cmyk(17%, 0%, 79%, 19%) |
| LAB | lab(77.9 -31.6 70.1) |
| LCH | lch(77.9 76.9 114.3) |
| OKLCH | oklch(0.799 0.180 121.4) |
Copy-ready code
/* CSS */
color: #acce2c;
background-color: #acce2c;
/* Tailwind (arbitrary) */
class="text-[#acce2c] bg-[#acce2c]"
/* SCSS */
$brand: #acce2c;
/* SwiftUI */
Color(red: 0.675, green: 0.808, blue: 0.173)
/* Android */
Color.parseColor("#acce2c")Accessibility — WCAG contrast
Aa
#acce2c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acce2c on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.8%
Blue17.3%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow78.6%
Key (black)19.2%
Color previews
#acce2c text on a black background
contrast 11.62:1
Card sample
#acce2c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acce2c;
Background color
Panel with #acce2c background
background-color: #acce2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acce2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 206, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 206, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acce2c; background: linear-gradient(135deg, #acce2c, #40CE2C);