#2af76b
a balanced, electric green · cool · closest name: lime
RGB
42, 247, 107
HSL
139°, 93%, 57%
CMYK
83, 0, 57, 3
Luminance
0.6808
Every format
| HEX | #2af76b |
| RGB | rgb(42, 247, 107) |
| HSL | hsl(139, 93%, 57%) |
| CMYK | cmyk(83%, 0%, 57%, 3%) |
| LAB | lab(86.0 -75.2 53.3) |
| LCH | lch(86.0 92.2 144.7) |
| OKLCH | oklch(0.855 0.238 147.9) |
Copy-ready code
/* CSS */
color: #2af76b;
background-color: #2af76b;
/* Tailwind (arbitrary) */
class="text-[#2af76b] bg-[#2af76b]"
/* SCSS */
$brand: #2af76b;
/* SwiftUI */
Color(red: 0.165, green: 0.969, blue: 0.420)
/* Android */
Color.parseColor("#2af76b")Accessibility — WCAG contrast
Aa
#2af76b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af76b on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green96.9%
Blue42.0%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow56.7%
Key (black)3.1%
Color previews
#2af76b text on a black background
contrast 14.62:1
Card sample
#2af76b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af76b;
Background color
Panel with #2af76b background
background-color: #2af76b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af76b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 247, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 247, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af76b; background: linear-gradient(135deg, #2af76b, #2AF7F4);