#3df433
a balanced, electric green · cool · closest name: lime
RGB
61, 244, 51
HSL
117°, 90%, 58%
CMYK
75, 0, 79, 4
Luminance
0.6593
Every format
| HEX | #3df433 |
| RGB | rgb(61, 244, 51) |
| HSL | hsl(117, 90%, 58%) |
| CMYK | cmyk(75%, 0%, 79%, 4%) |
| LAB | lab(85.0 -77.2 73.1) |
| LCH | lch(85.0 106.3 136.6) |
| OKLCH | oklch(0.845 0.266 142.3) |
Copy-ready code
/* CSS */
color: #3df433;
background-color: #3df433;
/* Tailwind (arbitrary) */
class="text-[#3df433] bg-[#3df433]"
/* SCSS */
$brand: #3df433;
/* SwiftUI */
Color(red: 0.239, green: 0.957, blue: 0.200)
/* Android */
Color.parseColor("#3df433")Accessibility — WCAG contrast
Aa
#3df433 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df433 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green95.7%
Blue20.0%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow79.1%
Key (black)4.3%
Color previews
#3df433 text on a black background
contrast 14.19:1
Card sample
#3df433 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df433;
Background color
Panel with #3df433 background
background-color: #3df433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 244, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 244, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df433; background: linear-gradient(135deg, #3df433, #33F4AA);