#ade12e
a balanced, vivid green · cool · closest name: yellow
RGB
173, 225, 46
HSL
77°, 75%, 53%
CMYK
23, 0, 80, 12
Luminance
0.6293
Every format
| HEX | #ade12e |
| RGB | rgb(173, 225, 46) |
| HSL | hsl(77, 75%, 53%) |
| CMYK | cmyk(23%, 0%, 80%, 12%) |
| LAB | lab(83.4 -39.8 74.5) |
| LCH | lch(83.4 84.5 118.1) |
| OKLCH | oklch(0.844 0.200 125.4) |
Copy-ready code
/* CSS */
color: #ade12e;
background-color: #ade12e;
/* Tailwind (arbitrary) */
class="text-[#ade12e] bg-[#ade12e]"
/* SCSS */
$brand: #ade12e;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.180)
/* Android */
Color.parseColor("#ade12e")Accessibility — WCAG contrast
Aa
#ade12e on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade12e on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue18.0%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow79.6%
Key (black)11.8%
Color previews
#ade12e text on a black background
contrast 13.59:1
Card sample
#ade12e text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade12e;
Background color
Panel with #ade12e background
background-color: #ade12e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade12e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade12e; background: linear-gradient(135deg, #ade12e, #36E12E);