#33FF3A
A light, vivid green closely aligning with Lime.
About #33FF3A
Visually, #33FF3A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 255, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 80% C, 0% M, 77% Y, and 0% K. The HSL representation is 122.1° hue, 100.0% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. 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#33FF3A
RGB51, 255, 58
HSL122.1°, 100.0%, 60.0%
CMYK80%, 0%, 77%, 0%
HSV122.1°, 80.0%, 100.0%
LAB88.2, -81.3, 74.1
XYZ37.9, 72.5, 16.0
Decimal3407674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF3A;
}
.text-color {
color: #33FF3A;
}
.border-color {
border: 2px solid #33FF3A;
}