#5fda2f
a balanced, vivid green · cool · closest name: lime
RGB
95, 218, 47
HSL
103°, 70%, 52%
CMYK
56, 0, 78, 15
Luminance
0.5278
Every format
| HEX | #5fda2f |
| RGB | rgb(95, 218, 47) |
| HSL | hsl(103, 70%, 52%) |
| CMYK | cmyk(56%, 0%, 78%, 15%) |
| LAB | lab(77.7 -62.5 67.7) |
| LCH | lch(77.7 92.1 132.7) |
| OKLCH | oklch(0.787 0.229 138.9) |
Copy-ready code
/* CSS */
color: #5fda2f;
background-color: #5fda2f;
/* Tailwind (arbitrary) */
class="text-[#5fda2f] bg-[#5fda2f]"
/* SCSS */
$brand: #5fda2f;
/* SwiftUI */
Color(red: 0.373, green: 0.855, blue: 0.184)
/* Android */
Color.parseColor("#5fda2f")Accessibility — WCAG contrast
Aa
#5fda2f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fda2f on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.5%
Blue18.4%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow78.4%
Key (black)14.5%
Color previews
#5fda2f text on a black background
contrast 11.56:1
Card sample
#5fda2f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fda2f;
Background color
Panel with #5fda2f background
background-color: #5fda2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fda2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 218, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 218, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fda2f; background: linear-gradient(135deg, #5fda2f, #2FDA71);