#3ffc2d
a balanced, electric green · cool · closest name: lime
RGB
63, 252, 45
HSL
115°, 97%, 58%
CMYK
75, 0, 82, 1
Luminance
0.7087
Every format
| HEX | #3ffc2d |
| RGB | rgb(63, 252, 45) |
| HSL | hsl(115, 97%, 58%) |
| CMYK | cmyk(75%, 0%, 82%, 1%) |
| LAB | lab(87.4 -79.6 76.9) |
| LCH | lch(87.4 110.7 136.0) |
| OKLCH | oklch(0.866 0.275 141.9) |
Copy-ready code
/* CSS */
color: #3ffc2d;
background-color: #3ffc2d;
/* Tailwind (arbitrary) */
class="text-[#3ffc2d] bg-[#3ffc2d]"
/* SCSS */
$brand: #3ffc2d;
/* SwiftUI */
Color(red: 0.247, green: 0.988, blue: 0.176)
/* Android */
Color.parseColor("#3ffc2d")Accessibility — WCAG contrast
Aa
#3ffc2d on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ffc2d on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green98.8%
Blue17.6%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow82.1%
Key (black)1.2%
Color previews
#3ffc2d text on a black background
contrast 15.17:1
Card sample
#3ffc2d text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ffc2d;
Background color
Panel with #3ffc2d background
background-color: #3ffc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ffc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 252, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 252, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ffc2d; background: linear-gradient(135deg, #3ffc2d, #2DFCA5);