Shades of Lime Green #3BDC16
Tints of Lime Green #3BDC16
RGB
CMYK
RGB Variations
Color information
#3BDC16 (or 0x3BDC16) is known color: Lime Green. HEX triplet: 3B, DC and 16. RGB value is (59,220,22). Sum of RGB (Red+Green+Blue) = 59+220+22=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDC16 is #C423E9. Grayscale: #959595. Windows color (decimal): -12854250 or 1498171. OLE color: 1498171.
HSL color Cylindrical-coordinate representation of color #3BDC16: hue angle of 108.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BDC16 is Cyan = 0.73, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 22 | - |
| CMYK | 0.73 | 0 | 0.9 | 0.14 |
| HSL | 108.79º | 0.82% | 0.47% | - |
| HSV(B) | 108.79º | 0.9% | 0.86% | - |
| XYZ | 27.54 | 52.17 | 9.38 | - |
| YUV | 149.29 | 56.16 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 22 | 0.73 | 0 | 0.9 | 0.14 | 108.79 | 0.82 | 0.47 |
| Hex | 3B | DC | 16 | 49 | 0 | 5A | E | 6D | 52 | 2F |
| Octal | 73 | 334 | 26 | 111 | 0 | 132 | 16 | 155 | 122 | 57 |
| Binary | 111011 | 11011100 | 10110 | 1001001 | 0 | 1011010 | 1110 | 1101101 | 1010010 | 101111 |
Color Harmonies of #3BDC16
Complementary color
Monochromatic Colors of #3BDC16
Black with #3BDC16
Text Example
Text Example
White with #3BDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC16; }
p { color: rgb(59,220,22); }
H1.HeaderClassName
{
color: #3BDC16;
}
.AnyTagClassName
{
color: #3BDC16;
}
</style>
background-color css
<style>
a { background-color: #3BDC16; }
a { background-color: rgb(59,220,22); }
div.DivClassName
{
background-color: #3BDC16;
}
.BgClassName
{
background-color: #3BDC16;
}
</style>
border-color css
<style>
span { border-color: #3BDC16; }
span { border-color: rgb(59,220,22); }
td.TdClassName
{
border-color: #3BDC16;
}
.TagClassName
{
border-color: #3BDC16;
}
</style>