#2af44c
a balanced, electric green · cool · closest name: lime
RGB
42, 244, 76
HSL
130°, 90%, 56%
CMYK
83, 0, 69, 4
Luminance
0.6572
Every format
| HEX | #2af44c |
| RGB | rgb(42, 244, 76) |
| HSL | hsl(130, 90%, 56%) |
| CMYK | cmyk(83%, 0%, 69%, 4%) |
| LAB | lab(84.8 -77.7 64.7) |
| LCH | lch(84.8 101.1 140.2) |
| OKLCH | oklch(0.844 0.257 144.7) |
Copy-ready code
/* CSS */
color: #2af44c;
background-color: #2af44c;
/* Tailwind (arbitrary) */
class="text-[#2af44c] bg-[#2af44c]"
/* SCSS */
$brand: #2af44c;
/* SwiftUI */
Color(red: 0.165, green: 0.957, blue: 0.298)
/* Android */
Color.parseColor("#2af44c")Accessibility — WCAG contrast
Aa
#2af44c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af44c on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green95.7%
Blue29.8%
CMYK percentages
Cyan82.8%
Magenta0.0%
Yellow68.9%
Key (black)4.3%
Color previews
#2af44c text on a black background
contrast 14.14:1
Card sample
#2af44c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af44c;
Background color
Panel with #2af44c background
background-color: #2af44c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af44c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 244, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 244, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af44c; background: linear-gradient(135deg, #2af44c, #2AF4D3);