#31f031
a balanced, electric green · cool · closest name: lime
RGB
49, 240, 49
HSL
120°, 86%, 57%
CMYK
80, 0, 80, 6
Luminance
0.6319
Every format
| HEX | #31f031 |
| RGB | rgb(49, 240, 49) |
| HSL | hsl(120, 86%, 57%) |
| CMYK | cmyk(80%, 0%, 80%, 6%) |
| LAB | lab(83.5 -77.7 72.2) |
| LCH | lch(83.5 106.1 137.1) |
| OKLCH | oklch(0.833 0.265 142.7) |
Copy-ready code
/* CSS */
color: #31f031;
background-color: #31f031;
/* Tailwind (arbitrary) */
class="text-[#31f031] bg-[#31f031]"
/* SCSS */
$brand: #31f031;
/* SwiftUI */
Color(red: 0.192, green: 0.941, blue: 0.192)
/* Android */
Color.parseColor("#31f031")Accessibility — WCAG contrast
Aa
#31f031 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#31f031 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green94.1%
Blue19.2%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow79.6%
Key (black)5.9%
Color previews
#31f031 text on a black background
contrast 13.64:1
Card sample
#31f031 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #31f031;
Background color
Panel with #31f031 background
background-color: #31f031;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #31f031;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 240, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 240, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #31f031; background: linear-gradient(135deg, #31f031, #31F0B0);