Shades of Lime Green #33D810
Tints of Lime Green #33D810
RGB
CMYK
RGB Variations
Color information
#33D810 (or 0x33D810) is known color: Lime Green. HEX triplet: 33, D8 and 10. RGB value is (51,216,16). Sum of RGB (Red+Green+Blue) = 51+216+16=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #33D810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D810 is #CC27EF. Grayscale: #909090. Windows color (decimal): -13379568 or 1103923. OLE color: 1103923.
HSL color Cylindrical-coordinate representation of color #33D810: hue angle of 109.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33D810 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 216 | 16 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.15 |
| HSL | 109.5º | 0.86% | 0.45% | - |
| HSV(B) | 109.5º | 0.93% | 0.85% | - |
| XYZ | 26.01 | 49.85 | 8.74 | - |
| YUV | 143.87 | 55.84 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 16 | 0.76 | 0 | 0.93 | 0.15 | 109.5 | 0.86 | 0.45 |
| Hex | 33 | D8 | 10 | 4C | 0 | 5D | F | 6E | 56 | 2D |
| Octal | 63 | 330 | 20 | 114 | 0 | 135 | 17 | 156 | 126 | 55 |
| Binary | 110011 | 11011000 | 10000 | 1001100 | 0 | 1011101 | 1111 | 1101110 | 1010110 | 101101 |
Color Harmonies of #33D810
Complementary color
Monochromatic Colors of #33D810
Black with #33D810
Text Example
Text Example
White with #33D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D810; }
p { color: rgb(51,216,16); }
H1.HeaderClassName
{
color: #33D810;
}
.AnyTagClassName
{
color: #33D810;
}
</style>
background-color css
<style>
a { background-color: #33D810; }
a { background-color: rgb(51,216,16); }
div.DivClassName
{
background-color: #33D810;
}
.BgClassName
{
background-color: #33D810;
}
</style>
border-color css
<style>
span { border-color: #33D810; }
span { border-color: rgb(51,216,16); }
td.TdClassName
{
border-color: #33D810;
}
.TagClassName
{
border-color: #33D810;
}
</style>