Shades of Lime Green #33E121
Tints of Lime Green #33E121
RGB
CMYK
RGB Variations
Color information
#33E121 (or 0x33E121) is known color: Lime Green. HEX triplet: 33, E1 and 21. RGB value is (51,225,33). Sum of RGB (Red+Green+Blue) = 51+225+33=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #33E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E121 is #CC1EDE. Grayscale: #979797. Windows color (decimal): -13377247 or 2220339. OLE color: 2220339.
HSL color Cylindrical-coordinate representation of color #33E121: hue angle of 114.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33E121 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 225 | 33 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.12 |
| HSL | 114.38º | 0.76% | 0.51% | - |
| HSV(B) | 114.38º | 0.85% | 0.88% | - |
| XYZ | 28.56 | 54.66 | 10.48 | - |
| YUV | 151.09 | 61.35 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 225 | 33 | 0.77 | 0 | 0.85 | 0.12 | 114.38 | 0.76 | 0.51 |
| Hex | 33 | E1 | 21 | 4D | 0 | 55 | C | 72 | 4C | 33 |
| Octal | 63 | 341 | 41 | 115 | 0 | 125 | 14 | 162 | 114 | 63 |
| Binary | 110011 | 11100001 | 100001 | 1001101 | 0 | 1010101 | 1100 | 1110010 | 1001100 | 110011 |
Color Harmonies of #33E121
Complementary color
Monochromatic Colors of #33E121
Black with #33E121
Text Example
Text Example
White with #33E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E121; }
p { color: rgb(51,225,33); }
H1.HeaderClassName
{
color: #33E121;
}
.AnyTagClassName
{
color: #33E121;
}
</style>
background-color css
<style>
a { background-color: #33E121; }
a { background-color: rgb(51,225,33); }
div.DivClassName
{
background-color: #33E121;
}
.BgClassName
{
background-color: #33E121;
}
</style>
border-color css
<style>
span { border-color: #33E121; }
span { border-color: rgb(51,225,33); }
td.TdClassName
{
border-color: #33E121;
}
.TagClassName
{
border-color: #33E121;
}
</style>