#3AF800
A medium, vivid green closely aligning with Lime.
About #3AF800
At its core, #3AF800 is a medium and vivid hue. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 58 red, 248 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 100% Yellow, and 3% 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#3AF800
RGB58, 248, 0
HSL106.0°, 100.0%, 48.6%
CMYK77%, 0%, 100%, 3%
HSV106.0°, 100.0%, 97.3%
LAB86.0, -80.3, 82.0
XYZ35.3, 68.0, 11.3
Decimal3864576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.61:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF800;
}
.text-color {
color: #3AF800;
}
.border-color {
border: 2px solid #3AF800;
}