#2af543
a balanced, electric green · cool · closest name: lime
RGB
42, 245, 67
HSL
127°, 91%, 56%
CMYK
83, 0, 73, 4
Luminance
0.6620
Every format
| HEX | #2af543 |
| RGB | rgb(42, 245, 67) |
| HSL | hsl(127, 91%, 56%) |
| CMYK | cmyk(83%, 0%, 73%, 4%) |
| LAB | lab(85.1 -78.7 68.2) |
| LCH | lch(85.1 104.1 139.1) |
| OKLCH | oklch(0.846 0.263 144.0) |
Copy-ready code
/* CSS */
color: #2af543;
background-color: #2af543;
/* Tailwind (arbitrary) */
class="text-[#2af543] bg-[#2af543]"
/* SCSS */
$brand: #2af543;
/* SwiftUI */
Color(red: 0.165, green: 0.961, blue: 0.263)
/* Android */
Color.parseColor("#2af543")Accessibility — WCAG contrast
Aa
#2af543 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af543 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green96.1%
Blue26.3%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow72.7%
Key (black)3.9%
Color previews
#2af543 text on a black background
contrast 14.24:1
Card sample
#2af543 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af543;
Background color
Panel with #2af543 background
background-color: #2af543;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af543;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 245, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 245, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af543; background: linear-gradient(135deg, #2af543, #2AF5CA);