#adff3b
a balanced, electric green · cool · closest name: yellow
RGB
173, 255, 59
HSL
85°, 100%, 62%
CMYK
32, 0, 77, 0
Luminance
0.8072
Every format
| HEX | #adff3b |
| RGB | rgb(173, 255, 59) |
| HSL | hsl(85, 100%, 62%) |
| CMYK | cmyk(32%, 0%, 77%, 0%) |
| LAB | lab(92.0 -52.0 78.8) |
| LCH | lch(92.0 94.4 123.4) |
| OKLCH | oklch(0.914 0.229 130.4) |
Copy-ready code
/* CSS */
color: #adff3b;
background-color: #adff3b;
/* Tailwind (arbitrary) */
class="text-[#adff3b] bg-[#adff3b]"
/* SCSS */
$brand: #adff3b;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.231)
/* Android */
Color.parseColor("#adff3b")Accessibility — WCAG contrast
Aa
#adff3b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adff3b on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue23.1%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow76.9%
Key (black)0.0%
Color previews
#adff3b text on a black background
contrast 17.14:1
Card sample
#adff3b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adff3b;
Background color
Panel with #adff3b background
background-color: #adff3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adff3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adff3b; background: linear-gradient(135deg, #adff3b, #3BFF4C);