#3AF833
A medium, vivid green closely aligning with Lime.
About #3AF833
The hex code #3AF833 represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 248, and 51.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 77% C, 0% M, 79% Y, and 3% K. The HSL representation is 117.9° hue, 93.4% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AF833
RGB58, 248, 51
HSL117.9°, 93.4%, 58.6%
CMYK77%, 0%, 79%, 3%
HSV117.9°, 79.4%, 97.3%
LAB86.1, -78.8, 74.2
XYZ35.9, 68.3, 14.4
Decimal3864627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.65:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF833;
}
.text-color {
color: #3AF833;
}
.border-color {
border: 2px solid #3AF833;
}