#2af91b
a balanced, electric green · cool · closest name: lime
RGB
42, 249, 27
HSL
116°, 95%, 54%
CMYK
83, 0, 89, 2
Luminance
0.6832
Every format
| HEX | #2af91b |
| RGB | rgb(42, 249, 27) |
| HSL | hsl(116, 95%, 54%) |
| CMYK | cmyk(83%, 0%, 89%, 2%) |
| LAB | lab(86.2 -81.9 79.3) |
| LCH | lch(86.2 114.0 135.9) |
| OKLCH | oklch(0.854 0.282 142.2) |
Copy-ready code
/* CSS */
color: #2af91b;
background-color: #2af91b;
/* Tailwind (arbitrary) */
class="text-[#2af91b] bg-[#2af91b]"
/* SCSS */
$brand: #2af91b;
/* SwiftUI */
Color(red: 0.165, green: 0.976, blue: 0.106)
/* Android */
Color.parseColor("#2af91b")Accessibility — WCAG contrast
Aa
#2af91b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af91b on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green97.6%
Blue10.6%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow89.2%
Key (black)2.4%
Color previews
#2af91b text on a black background
contrast 14.66:1
Card sample
#2af91b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af91b;
Background color
Panel with #2af91b background
background-color: #2af91b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af91b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 249, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 249, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af91b; background: linear-gradient(135deg, #2af91b, #1BF9A0);