#63fe13
a balanced, electric green · cool · closest name: lime
RGB
99, 254, 19
HSL
100°, 99%, 54%
CMYK
61, 0, 93, 0
Luminance
0.7358
Every format
| HEX | #63fe13 |
| RGB | rgb(99, 254, 19) |
| HSL | hsl(100, 99%, 54%) |
| CMYK | cmyk(61%, 0%, 93%, 0%) |
| LAB | lab(88.7 -74.5 82.9) |
| LCH | lch(88.7 111.5 131.9) |
| OKLCH | oklch(0.878 0.273 138.9) |
Copy-ready code
/* CSS */
color: #63fe13;
background-color: #63fe13;
/* Tailwind (arbitrary) */
class="text-[#63fe13] bg-[#63fe13]"
/* SCSS */
$brand: #63fe13;
/* SwiftUI */
Color(red: 0.388, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#63fe13")Accessibility — WCAG contrast
Aa
#63fe13 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fe13 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green99.6%
Blue7.5%
CMYK percentages
Cyan61.0%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#63fe13 text on a black background
contrast 15.72:1
Card sample
#63fe13 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fe13;
Background color
Panel with #63fe13 background
background-color: #63fe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fe13; background: linear-gradient(135deg, #63fe13, #13FE60);