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