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