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