#48F344
A light, vivid green closely aligning with Limegreen.
About #48F344
Visually, #48F344 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 72, 243, and 68.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 70% C, 0% M, 72% Y, and 5% K. The HSL representation is 118.6° hue, 87.9% saturation, and 61.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#48F344
RGB72, 243, 68
HSL118.6°, 87.9%, 61.0%
CMYK70%, 0%, 72%, 5%
HSV118.6°, 72.0%, 95.3%
LAB84.9, -74.1, 67.8
XYZ35.8, 65.9, 16.3
Decimal4780868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.18:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #48F344;
}
.text-color {
color: #48F344;
}
.border-color {
border: 2px solid #48F344;
}