Shades of Lime Green #33E013
Tints of Lime Green #33E013
RGB
CMYK
RGB Variations
Color information
#33E013 (or 0x33E013) is known color: Lime Green. HEX triplet: 33, E0 and 13. RGB value is (51,224,19). Sum of RGB (Red+Green+Blue) = 51+224+19=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #33E013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E013 is #CC1FEC. Grayscale: #959595. Windows color (decimal): -13377517 or 1302579. OLE color: 1302579.
HSL color Cylindrical-coordinate representation of color #33E013: hue angle of 110.63º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33E013 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 224 | 19 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.12 |
| HSL | 110.63º | 0.84% | 0.48% | - |
| HSV(B) | 110.63º | 0.92% | 0.88% | - |
| XYZ | 28.14 | 54.06 | 9.57 | - |
| YUV | 148.9 | 54.69 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 19 | 0.77 | 0 | 0.92 | 0.12 | 110.63 | 0.84 | 0.48 |
| Hex | 33 | E0 | 13 | 4D | 0 | 5C | C | 6F | 54 | 30 |
| Octal | 63 | 340 | 23 | 115 | 0 | 134 | 14 | 157 | 124 | 60 |
| Binary | 110011 | 11100000 | 10011 | 1001101 | 0 | 1011100 | 1100 | 1101111 | 1010100 | 110000 |
Color Harmonies of #33E013
Complementary color
Monochromatic Colors of #33E013
Black with #33E013
Text Example
Text Example
White with #33E013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E013; }
p { color: rgb(51,224,19); }
H1.HeaderClassName
{
color: #33E013;
}
.AnyTagClassName
{
color: #33E013;
}
</style>
background-color css
<style>
a { background-color: #33E013; }
a { background-color: rgb(51,224,19); }
div.DivClassName
{
background-color: #33E013;
}
.BgClassName
{
background-color: #33E013;
}
</style>
border-color css
<style>
span { border-color: #33E013; }
span { border-color: rgb(51,224,19); }
td.TdClassName
{
border-color: #33E013;
}
.TagClassName
{
border-color: #33E013;
}
</style>