#ade30c
a balanced, electric green · cool · closest name: yellow
RGB
173, 227, 12
HSL
75°, 90%, 47%
CMYK
24, 0, 95, 11
Luminance
0.6385
Every format
| HEX | #ade30c |
| RGB | rgb(173, 227, 12) |
| HSL | hsl(75, 90%, 47%) |
| CMYK | cmyk(24%, 0%, 95%, 11%) |
| LAB | lab(83.9 -41.5 81.0) |
| LCH | lch(83.9 91.1 117.1) |
| OKLCH | oklch(0.847 0.212 125.2) |
Copy-ready code
/* CSS */
color: #ade30c;
background-color: #ade30c;
/* Tailwind (arbitrary) */
class="text-[#ade30c] bg-[#ade30c]"
/* SCSS */
$brand: #ade30c;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.047)
/* Android */
Color.parseColor("#ade30c")Accessibility — WCAG contrast
Aa
#ade30c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade30c on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue4.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow94.7%
Key (black)11.0%
Color previews
#ade30c text on a black background
contrast 13.77:1
Card sample
#ade30c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade30c;
Background color
Panel with #ade30c background
background-color: #ade30c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade30c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade30c; background: linear-gradient(135deg, #ade30c, #1EE30C);