Shades of Lime Green #33DC10
Tints of Lime Green #33DC10
RGB
CMYK
RGB Variations
Color information
#33DC10 (or 0x33DC10) is known color: Lime Green. HEX triplet: 33, DC and 10. RGB value is (51,220,16). Sum of RGB (Red+Green+Blue) = 51+220+16=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DC10 is #CC23EF. Grayscale: #929292. Windows color (decimal): -13378544 or 1104947. OLE color: 1104947.
HSL color Cylindrical-coordinate representation of color #33DC10: hue angle of 109.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33DC10 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 16 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.14 |
| HSL | 109.71º | 0.86% | 0.46% | - |
| HSV(B) | 109.71º | 0.93% | 0.86% | - |
| XYZ | 27.05 | 51.93 | 9.09 | - |
| YUV | 146.21 | 54.51 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 16 | 0.77 | 0 | 0.93 | 0.14 | 109.71 | 0.86 | 0.46 |
| Hex | 33 | DC | 10 | 4D | 0 | 5D | E | 6E | 56 | 2E |
| Octal | 63 | 334 | 20 | 115 | 0 | 135 | 16 | 156 | 126 | 56 |
| Binary | 110011 | 11011100 | 10000 | 1001101 | 0 | 1011101 | 1110 | 1101110 | 1010110 | 101110 |
Color Harmonies of #33DC10
Complementary color
Monochromatic Colors of #33DC10
Black with #33DC10
Text Example
Text Example
White with #33DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC10; }
p { color: rgb(51,220,16); }
H1.HeaderClassName
{
color: #33DC10;
}
.AnyTagClassName
{
color: #33DC10;
}
</style>
background-color css
<style>
a { background-color: #33DC10; }
a { background-color: rgb(51,220,16); }
div.DivClassName
{
background-color: #33DC10;
}
.BgClassName
{
background-color: #33DC10;
}
</style>
border-color css
<style>
span { border-color: #33DC10; }
span { border-color: rgb(51,220,16); }
td.TdClassName
{
border-color: #33DC10;
}
.TagClassName
{
border-color: #33DC10;
}
</style>