#3df735
a balanced, electric green · cool · closest name: lime
RGB
61, 247, 53
HSL
118°, 92%, 59%
CMYK
75, 0, 79, 3
Luminance
0.6777
Every format
| HEX | #3df735 |
| RGB | rgb(61, 247, 53) |
| HSL | hsl(118, 92%, 59%) |
| CMYK | cmyk(75%, 0%, 79%, 3%) |
| LAB | lab(85.9 -78.0 73.4) |
| LCH | lch(85.9 107.1 136.7) |
| OKLCH | oklch(0.853 0.268 142.4) |
Copy-ready code
/* CSS */
color: #3df735;
background-color: #3df735;
/* Tailwind (arbitrary) */
class="text-[#3df735] bg-[#3df735]"
/* SCSS */
$brand: #3df735;
/* SwiftUI */
Color(red: 0.239, green: 0.969, blue: 0.208)
/* Android */
Color.parseColor("#3df735")Accessibility — WCAG contrast
Aa
#3df735 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df735 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.9%
Blue20.8%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow78.5%
Key (black)3.1%
Color previews
#3df735 text on a black background
contrast 14.55:1
Card sample
#3df735 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df735;
Background color
Panel with #3df735 background
background-color: #3df735;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df735;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 247, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 247, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df735; background: linear-gradient(135deg, #3df735, #35F7AE);