#25a310
a dark, electric green · cool · closest name: green
RGB
37, 163, 16
HSL
111°, 82%, 35%
CMYK
77, 0, 90, 36
Luminance
0.2663
Every format
| HEX | #25a310 |
| RGB | rgb(37, 163, 16) |
| HSL | hsl(111, 82%, 35%) |
| CMYK | cmyk(77%, 0%, 90%, 36%) |
| LAB | lab(58.6 -57.9 57.5) |
| LCH | lch(58.6 81.6 135.2) |
| OKLCH | oklch(0.625 0.202 141.5) |
Copy-ready code
/* CSS */
color: #25a310;
background-color: #25a310;
/* Tailwind (arbitrary) */
class="text-[#25a310] bg-[#25a310]"
/* SCSS */
$brand: #25a310;
/* SwiftUI */
Color(red: 0.145, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#25a310")Accessibility — WCAG contrast
Aa
#25a310 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#25a310 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green63.9%
Blue6.3%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#25a310 text on a black background
contrast 6.33:1
Card sample
#25a310 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25a310;
Background color
Panel with #25a310 background
background-color: #25a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25a310; background: linear-gradient(135deg, #25a310, #10A35D);