#3df702
a balanced, electric green · cool · closest name: lime
RGB
61, 247, 2
HSL
106°, 98%, 49%
CMYK
75, 0, 99, 3
Luminance
0.6752
Every format
| HEX | #3df702 |
| RGB | rgb(61, 247, 2) |
| HSL | hsl(106, 98%, 49%) |
| CMYK | cmyk(75%, 0%, 99%, 3%) |
| LAB | lab(85.8 -79.6 81.7) |
| LCH | lch(85.8 114.0 134.3) |
| OKLCH | oklch(0.851 0.280 141.0) |
Copy-ready code
/* CSS */
color: #3df702;
background-color: #3df702;
/* Tailwind (arbitrary) */
class="text-[#3df702] bg-[#3df702]"
/* SCSS */
$brand: #3df702;
/* SwiftUI */
Color(red: 0.239, green: 0.969, blue: 0.008)
/* Android */
Color.parseColor("#3df702")Accessibility — WCAG contrast
Aa
#3df702 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df702 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.9%
Blue0.8%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow99.2%
Key (black)3.1%
Color previews
#3df702 text on a black background
contrast 14.50:1
Card sample
#3df702 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df702;
Background color
Panel with #3df702 background
background-color: #3df702;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df702;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 247, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 247, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df702; background: linear-gradient(135deg, #3df702, #02F76A);