#ade030
a balanced, vivid green · cool · closest name: yellow
RGB
173, 224, 48
HSL
77°, 74%, 53%
CMYK
23, 0, 79, 12
Luminance
0.6241
Every format
| HEX | #ade030 |
| RGB | rgb(173, 224, 48) |
| HSL | hsl(77, 74%, 53%) |
| CMYK | cmyk(23%, 0%, 79%, 12%) |
| LAB | lab(83.1 -39.3 73.7) |
| LCH | lch(83.1 83.5 118.0) |
| OKLCH | oklch(0.841 0.198 125.3) |
Copy-ready code
/* CSS */
color: #ade030;
background-color: #ade030;
/* Tailwind (arbitrary) */
class="text-[#ade030] bg-[#ade030]"
/* SCSS */
$brand: #ade030;
/* SwiftUI */
Color(red: 0.678, green: 0.878, blue: 0.188)
/* Android */
Color.parseColor("#ade030")Accessibility — WCAG contrast
Aa
#ade030 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade030 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green87.8%
Blue18.8%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow78.6%
Key (black)12.2%
Color previews
#ade030 text on a black background
contrast 13.48:1
Card sample
#ade030 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade030;
Background color
Panel with #ade030 background
background-color: #ade030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 224, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 224, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade030; background: linear-gradient(135deg, #ade030, #38E030);