#3BFF0F
A medium, vivid green closely aligning with Lime.
About #3BFF0F
Visually, #3BFF0F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 59, 255, and 15.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 94% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3BFF0F
RGB59, 255, 15
HSL109.0°, 100.0%, 52.9%
CMYK77%, 0%, 94%, 0%
HSV109.0°, 94.1%, 100.0%
LAB88.2, -81.9, 82.6
XYZ37.6, 72.5, 12.5
Decimal3931919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.50:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3BFF0F;
}
.text-color {
color: #3BFF0F;
}
.border-color {
border: 2px solid #3BFF0F;
}