#33F075
A medium, vivid green closely aligning with Springgreen.
About #33F075
The hex code #33F075 represents a beautifully specific shade of green. It is closely associated with the named CSS color Springgreen. In the RGB color space, it consists of 51 red, 240 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 79% C, 0% M, 51% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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#33F075
RGB51, 240, 117
HSL141.0°, 86.3%, 57.1%
CMYK79%, 0%, 51%, 6%
HSV141.0°, 78.8%, 94.1%
LAB84.1, -70.7, 46.4
XYZ35.7, 64.3, 27.4
Decimal3403893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.86:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F075;
}
.text-color {
color: #33F075;
}
.border-color {
border: 2px solid #33F075;
}