#3df232
a balanced, electric green · cool · closest name: lime
RGB
61, 242, 50
HSL
117°, 88%, 57%
CMYK
75, 0, 79, 5
Luminance
0.6473
Every format
| HEX | #3df232 |
| RGB | rgb(61, 242, 50) |
| HSL | hsl(117, 88%, 57%) |
| CMYK | cmyk(75%, 0%, 79%, 5%) |
| LAB | lab(84.3 -76.7 72.8) |
| LCH | lch(84.3 105.7 136.5) |
| OKLCH | oklch(0.840 0.264 142.2) |
Copy-ready code
/* CSS */
color: #3df232;
background-color: #3df232;
/* Tailwind (arbitrary) */
class="text-[#3df232] bg-[#3df232]"
/* SCSS */
$brand: #3df232;
/* SwiftUI */
Color(red: 0.239, green: 0.949, blue: 0.196)
/* Android */
Color.parseColor("#3df232")Accessibility — WCAG contrast
Aa
#3df232 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df232 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green94.9%
Blue19.6%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow79.3%
Key (black)5.1%
Color previews
#3df232 text on a black background
contrast 13.95:1
Card sample
#3df232 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df232;
Background color
Panel with #3df232 background
background-color: #3df232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 242, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 242, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df232; background: linear-gradient(135deg, #3df232, #32F2A7);