#2af403
a balanced, electric green · cool · closest name: lime
RGB
42, 244, 3
HSL
110°, 98%, 48%
CMYK
83, 0, 99, 4
Luminance
0.6520
Every format
| HEX | #2af403 |
| RGB | rgb(42, 244, 3) |
| HSL | hsl(110, 98%, 48%) |
| CMYK | cmyk(83%, 0%, 99%, 4%) |
| LAB | lab(84.6 -81.0 80.5) |
| LCH | lch(84.6 114.2 135.2) |
| OKLCH | oklch(0.841 0.281 141.8) |
Copy-ready code
/* CSS */
color: #2af403;
background-color: #2af403;
/* Tailwind (arbitrary) */
class="text-[#2af403] bg-[#2af403]"
/* SCSS */
$brand: #2af403;
/* SwiftUI */
Color(red: 0.165, green: 0.957, blue: 0.012)
/* Android */
Color.parseColor("#2af403")Accessibility — WCAG contrast
Aa
#2af403 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af403 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green95.7%
Blue1.2%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow98.8%
Key (black)4.3%
Color previews
#2af403 text on a black background
contrast 14.04:1
Card sample
#2af403 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af403;
Background color
Panel with #2af403 background
background-color: #2af403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 244, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 244, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af403; background: linear-gradient(135deg, #2af403, #03F47D);