#7fdf3c
a balanced, vivid green · cool · closest name: lime
RGB
127, 223, 60
HSL
95°, 72%, 56%
CMYK
43, 0, 73, 13
Luminance
0.5761
Every format
| HEX | #7fdf3c |
| RGB | rgb(127, 223, 60) |
| HSL | hsl(95, 72%, 56%) |
| CMYK | cmyk(43%, 0%, 73%, 13%) |
| LAB | lab(80.5 -54.4 66.7) |
| LCH | lch(80.5 86.1 129.2) |
| OKLCH | oklch(0.814 0.213 135.4) |
Copy-ready code
/* CSS */
color: #7fdf3c;
background-color: #7fdf3c;
/* Tailwind (arbitrary) */
class="text-[#7fdf3c] bg-[#7fdf3c]"
/* SCSS */
$brand: #7fdf3c;
/* SwiftUI */
Color(red: 0.498, green: 0.875, blue: 0.235)
/* Android */
Color.parseColor("#7fdf3c")Accessibility — WCAG contrast
Aa
#7fdf3c on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdf3c on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.5%
Blue23.5%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow73.1%
Key (black)12.5%
Color previews
#7fdf3c text on a black background
contrast 12.52:1
Card sample
#7fdf3c text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdf3c;
Background color
Panel with #7fdf3c background
background-color: #7fdf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 223, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 223, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdf3c; background: linear-gradient(135deg, #7fdf3c, #3CDF66);