#3df46d
a balanced, electric green · cool · closest name: lime
RGB
61, 244, 109
HSL
136°, 89%, 60%
CMYK
75, 0, 55, 4
Luminance
0.6680
Every format
| HEX | #3df46d |
| RGB | rgb(61, 244, 109) |
| HSL | hsl(136, 89%, 60%) |
| CMYK | cmyk(75%, 0%, 55%, 4%) |
| LAB | lab(85.4 -71.9 51.7) |
| LCH | lch(85.4 88.5 144.3) |
| OKLCH | oklch(0.850 0.229 147.5) |
Copy-ready code
/* CSS */
color: #3df46d;
background-color: #3df46d;
/* Tailwind (arbitrary) */
class="text-[#3df46d] bg-[#3df46d]"
/* SCSS */
$brand: #3df46d;
/* SwiftUI */
Color(red: 0.239, green: 0.957, blue: 0.427)
/* Android */
Color.parseColor("#3df46d")Accessibility — WCAG contrast
Aa
#3df46d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df46d on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green95.7%
Blue42.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow55.3%
Key (black)4.3%
Color previews
#3df46d text on a black background
contrast 14.36:1
Card sample
#3df46d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df46d;
Background color
Panel with #3df46d background
background-color: #3df46d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df46d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 244, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 244, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df46d; background: linear-gradient(135deg, #3df46d, #3DF4E7);