#3df276
a balanced, electric green · cool · closest name: lime
RGB
61, 242, 118
HSL
139°, 87%, 59%
CMYK
75, 0, 51, 5
Luminance
0.6580
Every format
| HEX | #3df276 |
| RGB | rgb(61, 242, 118) |
| HSL | hsl(139, 87%, 59%) |
| CMYK | cmyk(75%, 0%, 51%, 5%) |
| LAB | lab(84.9 -70.0 46.9) |
| LCH | lch(84.9 84.3 146.2) |
| OKLCH | oklch(0.846 0.220 148.9) |
Copy-ready code
/* CSS */
color: #3df276;
background-color: #3df276;
/* Tailwind (arbitrary) */
class="text-[#3df276] bg-[#3df276]"
/* SCSS */
$brand: #3df276;
/* SwiftUI */
Color(red: 0.239, green: 0.949, blue: 0.463)
/* Android */
Color.parseColor("#3df276")Accessibility — WCAG contrast
Aa
#3df276 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df276 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green94.9%
Blue46.3%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow51.2%
Key (black)5.1%
Color previews
#3df276 text on a black background
contrast 14.16:1
Card sample
#3df276 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df276;
Background color
Panel with #3df276 background
background-color: #3df276;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df276;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 242, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 242, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df276; background: linear-gradient(135deg, #3df276, #3DF2EF);