#acfc3c
a balanced, electric green · cool · closest name: yellow
RGB
172, 252, 60
HSL
85°, 97%, 61%
CMYK
32, 0, 76, 1
Luminance
0.7872
Every format
| HEX | #acfc3c |
| RGB | rgb(172, 252, 60) |
| HSL | hsl(85, 97%, 61%) |
| CMYK | cmyk(32%, 0%, 76%, 1%) |
| LAB | lab(91.1 -51.1 77.6) |
| LCH | lch(91.1 92.9 123.3) |
| OKLCH | oklch(0.906 0.225 130.3) |
Copy-ready code
/* CSS */
color: #acfc3c;
background-color: #acfc3c;
/* Tailwind (arbitrary) */
class="text-[#acfc3c] bg-[#acfc3c]"
/* SCSS */
$brand: #acfc3c;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.235)
/* Android */
Color.parseColor("#acfc3c")Accessibility — WCAG contrast
Aa
#acfc3c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfc3c on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue23.5%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow76.2%
Key (black)1.2%
Color previews
#acfc3c text on a black background
contrast 16.74:1
Card sample
#acfc3c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfc3c;
Background color
Panel with #acfc3c background
background-color: #acfc3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfc3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfc3c; background: linear-gradient(135deg, #acfc3c, #3CFC4C);