#aeff2c
a balanced, electric green · cool · closest name: yellow
RGB
174, 255, 44
HSL
83°, 100%, 59%
CMYK
32, 0, 83, 0
Luminance
0.8070
Every format
| HEX | #aeff2c |
| RGB | rgb(174, 255, 44) |
| HSL | hsl(83, 100%, 59%) |
| CMYK | cmyk(32%, 0%, 83%, 0%) |
| LAB | lab(92.0 -52.2 82.6) |
| LCH | lch(92.0 97.7 122.3) |
| OKLCH | oklch(0.913 0.234 129.8) |
Copy-ready code
/* CSS */
color: #aeff2c;
background-color: #aeff2c;
/* Tailwind (arbitrary) */
class="text-[#aeff2c] bg-[#aeff2c]"
/* SCSS */
$brand: #aeff2c;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.173)
/* Android */
Color.parseColor("#aeff2c")Accessibility — WCAG contrast
Aa
#aeff2c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeff2c on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue17.3%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow82.7%
Key (black)0.0%
Color previews
#aeff2c text on a black background
contrast 17.14:1
Card sample
#aeff2c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeff2c;
Background color
Panel with #aeff2c background
background-color: #aeff2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeff2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeff2c; background: linear-gradient(135deg, #aeff2c, #2CFF36);