#6dc02a
a balanced, vivid green · cool · closest name: forestgreen
RGB
109, 192, 42
HSL
93°, 64%, 46%
CMYK
43, 0, 78, 25
Luminance
0.4112
Every format
| HEX | #6dc02a |
| RGB | rgb(109, 192, 42) |
| HSL | hsl(93, 64%, 46%) |
| CMYK | cmyk(43%, 0%, 78%, 25%) |
| LAB | lab(70.3 -49.0 62.3) |
| LCH | lch(70.3 79.3 128.2) |
| OKLCH | oklch(0.727 0.195 134.8) |
Copy-ready code
/* CSS */
color: #6dc02a;
background-color: #6dc02a;
/* Tailwind (arbitrary) */
class="text-[#6dc02a] bg-[#6dc02a]"
/* SCSS */
$brand: #6dc02a;
/* SwiftUI */
Color(red: 0.427, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#6dc02a")Accessibility — WCAG contrast
Aa
#6dc02a on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dc02a on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green75.3%
Blue16.5%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow78.1%
Key (black)24.7%
Color previews
#6dc02a text on a black background
contrast 9.22:1
Card sample
#6dc02a text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dc02a;
Background color
Panel with #6dc02a background
background-color: #6dc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dc02a; background: linear-gradient(135deg, #6dc02a, #2AC04B);