#65c522
a balanced, vivid green · cool · closest name: forestgreen
RGB
101, 197, 34
HSL
95°, 71%, 45%
CMYK
49, 0, 83, 23
Luminance
0.4281
Every format
| HEX | #65c522 |
| RGB | rgb(101, 197, 34) |
| HSL | hsl(95, 71%, 45%) |
| CMYK | cmyk(49%, 0%, 83%, 23%) |
| LAB | lab(71.4 -53.9 65.5) |
| LCH | lch(71.4 84.8 129.4) |
| OKLCH | oklch(0.736 0.208 136.2) |
Copy-ready code
/* CSS */
color: #65c522;
background-color: #65c522;
/* Tailwind (arbitrary) */
class="text-[#65c522] bg-[#65c522]"
/* SCSS */
$brand: #65c522;
/* SwiftUI */
Color(red: 0.396, green: 0.773, blue: 0.133)
/* Android */
Color.parseColor("#65c522")Accessibility — WCAG contrast
Aa
#65c522 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65c522 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green77.3%
Blue13.3%
CMYK percentages
Cyan48.7%
Magenta0.0%
Yellow82.7%
Key (black)22.7%
Color previews
#65c522 text on a black background
contrast 9.56:1
Card sample
#65c522 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65c522;
Background color
Panel with #65c522 background
background-color: #65c522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65c522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 197, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 197, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65c522; background: linear-gradient(135deg, #65c522, #22C54C);