#40f430
a balanced, electric green · cool · closest name: lime
RGB
64, 244, 48
HSL
115°, 90%, 57%
CMYK
74, 0, 80, 4
Luminance
0.6600
Every format
| HEX | #40f430 |
| RGB | rgb(64, 244, 48) |
| HSL | hsl(115, 90%, 57%) |
| CMYK | cmyk(74%, 0%, 80%, 4%) |
| LAB | lab(85.0 -77.0 73.9) |
| LCH | lch(85.0 106.7 136.1) |
| OKLCH | oklch(0.846 0.266 142.0) |
Copy-ready code
/* CSS */
color: #40f430;
background-color: #40f430;
/* Tailwind (arbitrary) */
class="text-[#40f430] bg-[#40f430]"
/* SCSS */
$brand: #40f430;
/* SwiftUI */
Color(red: 0.251, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#40f430")Accessibility — WCAG contrast
Aa
#40f430 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40f430 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green95.7%
Blue18.8%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#40f430 text on a black background
contrast 14.20:1
Card sample
#40f430 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40f430;
Background color
Panel with #40f430 background
background-color: #40f430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40f430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40f430; background: linear-gradient(135deg, #40f430, #30F4A3);