#2af41f
a balanced, electric green · cool · closest name: lime
RGB
42, 244, 31
HSL
117°, 91%, 54%
CMYK
83, 0, 87, 4
Luminance
0.6529
Every format
| HEX | #2af41f |
| RGB | rgb(42, 244, 31) |
| HSL | hsl(117, 91%, 54%) |
| CMYK | cmyk(83%, 0%, 87%, 4%) |
| LAB | lab(84.6 -80.4 77.3) |
| LCH | lch(84.6 111.5 136.1) |
| OKLCH | oklch(0.841 0.276 142.3) |
Copy-ready code
/* CSS */
color: #2af41f;
background-color: #2af41f;
/* Tailwind (arbitrary) */
class="text-[#2af41f] bg-[#2af41f]"
/* SCSS */
$brand: #2af41f;
/* SwiftUI */
Color(red: 0.165, green: 0.957, blue: 0.122)
/* Android */
Color.parseColor("#2af41f")Accessibility — WCAG contrast
Aa
#2af41f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af41f on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green95.7%
Blue12.2%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow87.3%
Key (black)4.3%
Color previews
#2af41f text on a black background
contrast 14.06:1
Card sample
#2af41f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af41f;
Background color
Panel with #2af41f background
background-color: #2af41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 244, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 244, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af41f; background: linear-gradient(135deg, #2af41f, #1FF4A2);