#3df56d
a balanced, electric green · cool · closest name: lime
RGB
61, 245, 109
HSL
136°, 90%, 60%
CMYK
75, 0, 56, 4
Luminance
0.6740
Every format
| HEX | #3df56d |
| RGB | rgb(61, 245, 109) |
| HSL | hsl(136, 90%, 60%) |
| CMYK | cmyk(75%, 0%, 56%, 4%) |
| LAB | lab(85.7 -72.2 52.1) |
| LCH | lch(85.7 89.0 144.2) |
| OKLCH | oklch(0.853 0.231 147.4) |
Copy-ready code
/* CSS */
color: #3df56d;
background-color: #3df56d;
/* Tailwind (arbitrary) */
class="text-[#3df56d] bg-[#3df56d]"
/* SCSS */
$brand: #3df56d;
/* SwiftUI */
Color(red: 0.239, green: 0.961, blue: 0.427)
/* Android */
Color.parseColor("#3df56d")Accessibility — WCAG contrast
Aa
#3df56d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df56d on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.1%
Blue42.7%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow55.5%
Key (black)3.9%
Color previews
#3df56d text on a black background
contrast 14.48:1
Card sample
#3df56d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df56d;
Background color
Panel with #3df56d background
background-color: #3df56d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df56d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 245, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 245, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df56d; background: linear-gradient(135deg, #3df56d, #3DF5E8);