#3def21
a balanced, electric green · cool · closest name: lime
RGB
61, 239, 33
HSL
112°, 87%, 53%
CMYK
75, 0, 86, 6
Luminance
0.6283
Every format
| HEX | #3def21 |
| RGB | rgb(61, 239, 33) |
| HSL | hsl(112, 87%, 53%) |
| CMYK | cmyk(75%, 0%, 86%, 6%) |
| LAB | lab(83.3 -76.6 75.9) |
| LCH | lch(83.3 107.8 135.3) |
| OKLCH | oklch(0.832 0.267 141.5) |
Copy-ready code
/* CSS */
color: #3def21;
background-color: #3def21;
/* Tailwind (arbitrary) */
class="text-[#3def21] bg-[#3def21]"
/* SCSS */
$brand: #3def21;
/* SwiftUI */
Color(red: 0.239, green: 0.937, blue: 0.129)
/* Android */
Color.parseColor("#3def21")Accessibility — WCAG contrast
Aa
#3def21 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3def21 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green93.7%
Blue12.9%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow86.2%
Key (black)6.3%
Color previews
#3def21 text on a black background
contrast 13.57:1
Card sample
#3def21 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3def21;
Background color
Panel with #3def21 background
background-color: #3def21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3def21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 239, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 239, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3def21; background: linear-gradient(135deg, #3def21, #21EF8E);