#40f613
a balanced, electric green · cool · closest name: lime
RGB
64, 246, 19
HSL
108°, 93%, 52%
CMYK
74, 0, 92, 4
Luminance
0.6705
Every format
| HEX | #40f613 |
| RGB | rgb(64, 246, 19) |
| HSL | hsl(108, 93%, 52%) |
| CMYK | cmyk(74%, 0%, 92%, 4%) |
| LAB | lab(85.5 -78.6 80.0) |
| LCH | lch(85.5 112.1 134.5) |
| OKLCH | oklch(0.850 0.276 141.1) |
Copy-ready code
/* CSS */
color: #40f613;
background-color: #40f613;
/* Tailwind (arbitrary) */
class="text-[#40f613] bg-[#40f613]"
/* SCSS */
$brand: #40f613;
/* SwiftUI */
Color(red: 0.251, green: 0.965, blue: 0.075)
/* Android */
Color.parseColor("#40f613")Accessibility — WCAG contrast
Aa
#40f613 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40f613 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green96.5%
Blue7.5%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow92.3%
Key (black)3.5%
Color previews
#40f613 text on a black background
contrast 14.41:1
Card sample
#40f613 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40f613;
Background color
Panel with #40f613 background
background-color: #40f613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40f613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 246, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 246, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40f613; background: linear-gradient(135deg, #40f613, #13F67D);