#3df577
a balanced, electric green · cool · closest name: lime
RGB
61, 245, 119
HSL
139°, 90%, 60%
CMYK
75, 0, 51, 4
Luminance
0.6763
Every format
| HEX | #3df577 |
| RGB | rgb(61, 245, 119) |
| HSL | hsl(139, 90%, 60%) |
| CMYK | cmyk(75%, 0%, 51%, 4%) |
| LAB | lab(85.8 -70.8 47.6) |
| LCH | lch(85.8 85.3 146.1) |
| OKLCH | oklch(0.854 0.222 148.9) |
Copy-ready code
/* CSS */
color: #3df577;
background-color: #3df577;
/* Tailwind (arbitrary) */
class="text-[#3df577] bg-[#3df577]"
/* SCSS */
$brand: #3df577;
/* SwiftUI */
Color(red: 0.239, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#3df577")Accessibility — WCAG contrast
Aa
#3df577 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df577 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green96.1%
Blue46.7%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#3df577 text on a black background
contrast 14.53:1
Card sample
#3df577 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df577;
Background color
Panel with #3df577 background
background-color: #3df577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df577; background: linear-gradient(135deg, #3df577, #3DF5F2);