#3AF00F
A medium, vivid green closely aligning with Lime.
About #3AF00F
When working with digital screens, the color #3AF00F is rendered by mixing light. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(58, 240, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 76% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AF00F
RGB58, 240, 15
HSL108.5°, 88.2%, 50.0%
CMYK76%, 0%, 94%, 6%
HSV108.5°, 93.8%, 94.1%
LAB83.6, -77.8, 78.8
XYZ33.0, 63.3, 10.9
Decimal3862543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.65:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF00F;
}
.text-color {
color: #3AF00F;
}
.border-color {
border: 2px solid #3AF00F;
}