#3AF033
A medium, vivid green closely aligning with Lime.
About #3AF033
When working with digital screens, the color #3AF033 is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 240, and 51.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 76% cyan, 0% magenta, 79% yellow, and 6% black. The HSL representation is 117.8° hue, 86.3% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AF033
RGB58, 240, 51
HSL117.8°, 86.3%, 57.1%
CMYK76%, 0%, 79%, 6%
HSV117.8°, 78.8%, 94.1%
LAB83.7, -76.5, 71.9
XYZ33.5, 63.5, 13.6
Decimal3862579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.69:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF033;
}
.text-color {
color: #3AF033;
}
.border-color {
border: 2px solid #3AF033;
}