Shades of Lime Green #33E921
Tints of Lime Green #33E921
RGB
CMYK
RGB Variations
Color information
#33E921 (or 0x33E921) is known color: Lime Green. HEX triplet: 33, E9 and 21. RGB value is (51,233,33). Sum of RGB (Red+Green+Blue) = 51+233+33=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 233 (91.41% from 255 or 73.50% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 233 - color contains mainly: green. Hex color #33E921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33E921 is #CC16DE. Grayscale: #9C9C9C. Windows color (decimal): -13375199 or 2222387. OLE color: 2222387.
HSL color Cylindrical-coordinate representation of color #33E921: hue angle of 114.6º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33E921 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 233 | 33 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.09 |
| HSL | 114.6º | 0.82% | 0.52% | - |
| HSV(B) | 114.6º | 0.86% | 0.91% | - |
| XYZ | 30.78 | 59.09 | 11.22 | - |
| YUV | 155.78 | 58.7 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 233 | 33 | 0.78 | 0 | 0.86 | 0.09 | 114.6 | 0.82 | 0.52 |
| Hex | 33 | E9 | 21 | 4E | 0 | 56 | 9 | 73 | 52 | 34 |
| Octal | 63 | 351 | 41 | 116 | 0 | 126 | 11 | 163 | 122 | 64 |
| Binary | 110011 | 11101001 | 100001 | 1001110 | 0 | 1010110 | 1001 | 1110011 | 1010010 | 110100 |
Color Harmonies of #33E921
Complementary color
Monochromatic Colors of #33E921
Black with #33E921
Text Example
Text Example
White with #33E921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E921; }
p { color: rgb(51,233,33); }
H1.HeaderClassName
{
color: #33E921;
}
.AnyTagClassName
{
color: #33E921;
}
</style>
background-color css
<style>
a { background-color: #33E921; }
a { background-color: rgb(51,233,33); }
div.DivClassName
{
background-color: #33E921;
}
.BgClassName
{
background-color: #33E921;
}
</style>
border-color css
<style>
span { border-color: #33E921; }
span { border-color: rgb(51,233,33); }
td.TdClassName
{
border-color: #33E921;
}
.TagClassName
{
border-color: #33E921;
}
</style>