Shades of Lime Green #33CE16
Tints of Lime Green #33CE16
RGB
CMYK
RGB Variations
Color information
#33CE16 (or 0x33CE16) is known color: Lime Green. HEX triplet: 33, CE and 16. RGB value is (51,206,22). Sum of RGB (Red+Green+Blue) = 51+206+22=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 206 (80.86% from 255 or 73.84% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33CE16 is #CC31E9. Grayscale: #8B8B8B. Windows color (decimal): -13382122 or 1494579. OLE color: 1494579.
HSL color Cylindrical-coordinate representation of color #33CE16: hue angle of 110.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33CE16 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 22 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.19 |
| HSL | 110.54º | 0.81% | 0.45% | - |
| HSV(B) | 110.54º | 0.89% | 0.81% | - |
| XYZ | 23.58 | 44.9 | 8.18 | - |
| YUV | 138.68 | 62.15 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 22 | 0.75 | 0 | 0.89 | 0.19 | 110.54 | 0.81 | 0.45 |
| Hex | 33 | CE | 16 | 4B | 0 | 59 | 13 | 6F | 51 | 2D |
| Octal | 63 | 316 | 26 | 113 | 0 | 131 | 23 | 157 | 121 | 55 |
| Binary | 110011 | 11001110 | 10110 | 1001011 | 0 | 1011001 | 10011 | 1101111 | 1010001 | 101101 |
Color Harmonies of #33CE16
Complementary color
Monochromatic Colors of #33CE16
Black with #33CE16
Text Example
Text Example
White with #33CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE16; }
p { color: rgb(51,206,22); }
H1.HeaderClassName
{
color: #33CE16;
}
.AnyTagClassName
{
color: #33CE16;
}
</style>
background-color css
<style>
a { background-color: #33CE16; }
a { background-color: rgb(51,206,22); }
div.DivClassName
{
background-color: #33CE16;
}
.BgClassName
{
background-color: #33CE16;
}
</style>
border-color css
<style>
span { border-color: #33CE16; }
span { border-color: rgb(51,206,22); }
td.TdClassName
{
border-color: #33CE16;
}
.TagClassName
{
border-color: #33CE16;
}
</style>