#2af71d
a balanced, electric green · cool · closest name: lime
RGB
42, 247, 29
HSL
116°, 93%, 54%
CMYK
83, 0, 88, 3
Luminance
0.6710
Every format
| HEX | #2af71d |
| RGB | rgb(42, 247, 29) |
| HSL | hsl(116, 93%, 54%) |
| CMYK | cmyk(83%, 0%, 88%, 3%) |
| LAB | lab(85.5 -81.3 78.4) |
| LCH | lch(85.5 112.9 136.0) |
| OKLCH | oklch(0.849 0.280 142.2) |
Copy-ready code
/* CSS */
color: #2af71d;
background-color: #2af71d;
/* Tailwind (arbitrary) */
class="text-[#2af71d] bg-[#2af71d]"
/* SCSS */
$brand: #2af71d;
/* SwiftUI */
Color(red: 0.165, green: 0.969, blue: 0.114)
/* Android */
Color.parseColor("#2af71d")Accessibility — WCAG contrast
Aa
#2af71d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af71d on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green96.9%
Blue11.4%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow88.3%
Key (black)3.1%
Color previews
#2af71d text on a black background
contrast 14.42:1
Card sample
#2af71d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af71d;
Background color
Panel with #2af71d background
background-color: #2af71d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af71d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 247, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 247, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af71d; background: linear-gradient(135deg, #2af71d, #1DF7A1);