#3AFF0F
A medium, vivid green closely aligning with Lime.
About #3AFF0F
The hex code #3AFF0F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 58 red, 255 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 77% C, 0% M, 94% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AFF0F
RGB58, 255, 15
HSL109.2°, 100.0%, 52.9%
CMYK77%, 0%, 94%, 0%
HSV109.2°, 94.1%, 100.0%
LAB88.2, -82.1, 82.5
XYZ37.6, 72.5, 12.5
Decimal3866383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.49: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: #3AFF0F;
}
.text-color {
color: #3AFF0F;
}
.border-color {
border: 2px solid #3AFF0F;
}