#2af062
a balanced, electric green · cool · closest name: lime
RGB
42, 240, 98
HSL
137°, 87%, 55%
CMYK
83, 0, 59, 6
Luminance
0.6369
Every format
| HEX | #2af062 |
| RGB | rgb(42, 240, 98) |
| HSL | hsl(137, 87%, 55%) |
| CMYK | cmyk(83%, 0%, 59%, 6%) |
| LAB | lab(83.8 -74.2 54.6) |
| LCH | lch(83.8 92.1 143.6) |
| OKLCH | oklch(0.836 0.237 147.1) |
Copy-ready code
/* CSS */
color: #2af062;
background-color: #2af062;
/* Tailwind (arbitrary) */
class="text-[#2af062] bg-[#2af062]"
/* SCSS */
$brand: #2af062;
/* SwiftUI */
Color(red: 0.165, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#2af062")Accessibility — WCAG contrast
Aa
#2af062 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af062 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green94.1%
Blue38.4%
CMYK percentages
Cyan82.5%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#2af062 text on a black background
contrast 13.74:1
Card sample
#2af062 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af062;
Background color
Panel with #2af062 background
background-color: #2af062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af062; background: linear-gradient(135deg, #2af062, #2AF0E6);