#abf000
a balanced, electric green · cool · closest name: yellow
RGB
171, 240, 0
HSL
77°, 100%, 47%
CMYK
29, 0, 100, 6
Luminance
0.7098
Every format
| HEX | #abf000 |
| RGB | rgb(171, 240, 0) |
| HSL | hsl(77, 100%, 47%) |
| CMYK | cmyk(29%, 0%, 100%, 6%) |
| LAB | lab(87.5 -48.0 84.8) |
| LCH | lch(87.5 97.4 119.5) |
| OKLCH | oklch(0.876 0.228 127.7) |
Copy-ready code
/* CSS */
color: #abf000;
background-color: #abf000;
/* Tailwind (arbitrary) */
class="text-[#abf000] bg-[#abf000]"
/* SCSS */
$brand: #abf000;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.000)
/* Android */
Color.parseColor("#abf000")Accessibility — WCAG contrast
Aa
#abf000 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf000 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue0.0%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow100.0%
Key (black)5.9%
Color previews
#abf000 text on a black background
contrast 15.20:1
Card sample
#abf000 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf000;
Background color
Panel with #abf000 background
background-color: #abf000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf000; background: linear-gradient(135deg, #abf000, #0BF000);