#2aef02
a balanced, electric green · cool · closest name: lime
RGB
42, 239, 2
HSL
110°, 98%, 47%
CMYK
82, 0, 99, 6
Luminance
0.6223
Every format
| HEX | #2aef02 |
| RGB | rgb(42, 239, 2) |
| HSL | hsl(110, 98%, 47%) |
| CMYK | cmyk(82%, 0%, 99%, 6%) |
| LAB | lab(83.0 -79.7 79.3) |
| LCH | lch(83.0 112.4 135.1) |
| OKLCH | oklch(0.828 0.276 141.7) |
Copy-ready code
/* CSS */
color: #2aef02;
background-color: #2aef02;
/* Tailwind (arbitrary) */
class="text-[#2aef02] bg-[#2aef02]"
/* SCSS */
$brand: #2aef02;
/* SwiftUI */
Color(red: 0.165, green: 0.937, blue: 0.008)
/* Android */
Color.parseColor("#2aef02")Accessibility — WCAG contrast
Aa
#2aef02 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aef02 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green93.7%
Blue0.8%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow99.2%
Key (black)6.3%
Color previews
#2aef02 text on a black background
contrast 13.45:1
Card sample
#2aef02 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aef02;
Background color
Panel with #2aef02 background
background-color: #2aef02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aef02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 239, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 239, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aef02; background: linear-gradient(135deg, #2aef02, #02EF78);