#63fc2f
a balanced, electric green · cool · closest name: lime
RGB
99, 252, 47
HSL
105°, 97%, 59%
CMYK
61, 0, 81, 1
Luminance
0.7248
Every format
| HEX | #63fc2f |
| RGB | rgb(99, 252, 47) |
| HSL | hsl(105, 97%, 59%) |
| CMYK | cmyk(61%, 0%, 81%, 1%) |
| LAB | lab(88.2 -73.0 77.4) |
| LCH | lch(88.2 106.4 133.3) |
| OKLCH | oklch(0.874 0.264 139.6) |
Copy-ready code
/* CSS */
color: #63fc2f;
background-color: #63fc2f;
/* Tailwind (arbitrary) */
class="text-[#63fc2f] bg-[#63fc2f]"
/* SCSS */
$brand: #63fc2f;
/* SwiftUI */
Color(red: 0.388, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#63fc2f")Accessibility — WCAG contrast
Aa
#63fc2f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fc2f on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green98.8%
Blue18.4%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow81.3%
Key (black)1.2%
Color previews
#63fc2f text on a black background
contrast 15.50:1
Card sample
#63fc2f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fc2f;
Background color
Panel with #63fc2f background
background-color: #63fc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 252, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 252, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fc2f; background: linear-gradient(135deg, #63fc2f, #2FFC84);