#ade240
a balanced, vivid green · cool · closest name: yellow
RGB
173, 226, 64
HSL
80°, 74%, 57%
CMYK
24, 0, 72, 11
Luminance
0.6365
Every format
| HEX | #ade240 |
| RGB | rgb(173, 226, 64) |
| HSL | hsl(80, 74%, 57%) |
| CMYK | cmyk(24%, 0%, 72%, 11%) |
| LAB | lab(83.8 -39.4 69.3) |
| LCH | lch(83.8 79.7 119.6) |
| OKLCH | oklch(0.847 0.192 126.2) |
Copy-ready code
/* CSS */
color: #ade240;
background-color: #ade240;
/* Tailwind (arbitrary) */
class="text-[#ade240] bg-[#ade240]"
/* SCSS */
$brand: #ade240;
/* SwiftUI */
Color(red: 0.678, green: 0.886, blue: 0.251)
/* Android */
Color.parseColor("#ade240")Accessibility — WCAG contrast
Aa
#ade240 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade240 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.6%
Blue25.1%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow71.7%
Key (black)11.4%
Color previews
#ade240 text on a black background
contrast 13.73:1
Card sample
#ade240 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade240;
Background color
Panel with #ade240 background
background-color: #ade240;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade240;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 226, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 226, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade240; background: linear-gradient(135deg, #ade240, #41E240);