#74c255
a balanced, vivid green · cool · closest name: forestgreen
RGB
116, 194, 85
HSL
103°, 47%, 55%
CMYK
40, 0, 56, 24
Luminance
0.4295
Every format
| HEX | #74c255 |
| RGB | rgb(116, 194, 85) |
| HSL | hsl(103, 47%, 55%) |
| CMYK | cmyk(40%, 0%, 56%, 24%) |
| LAB | lab(71.5 -44.0 46.7) |
| LCH | lch(71.5 64.2 133.3) |
| OKLCH | oklch(0.740 0.164 137.7) |
Copy-ready code
/* CSS */
color: #74c255;
background-color: #74c255;
/* Tailwind (arbitrary) */
class="text-[#74c255] bg-[#74c255]"
/* SCSS */
$brand: #74c255;
/* SwiftUI */
Color(red: 0.455, green: 0.761, blue: 0.333)
/* Android */
Color.parseColor("#74c255")Accessibility — WCAG contrast
Aa
#74c255 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74c255 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green76.1%
Blue33.3%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow56.2%
Key (black)23.9%
Color previews
#74c255 text on a black background
contrast 9.59:1
Card sample
#74c255 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74c255;
Background color
Panel with #74c255 background
background-color: #74c255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74c255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 194, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 194, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74c255; background: linear-gradient(135deg, #74c255, #55C27F);