Shades of Lime Green #16CC1D
Tints of Lime Green #16CC1D
RGB
CMYK
RGB Variations
Color information
#16CC1D (or 0x16CC1D) is known color: Lime Green. HEX triplet: 16, CC and 1D. RGB value is (22,204,29). Sum of RGB (Red+Green+Blue) = 22+204+29=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CC1D is #E933E2. Grayscale: #828282. Windows color (decimal): -15283171 or 1952790. OLE color: 1952790.
HSL color Cylindrical-coordinate representation of color #16CC1D: hue angle of 122.31º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CC1D is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 29 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.2 |
| HSL | 122.31º | 0.81% | 0.44% | - |
| HSV(B) | 122.31º | 0.89% | 0.8% | - |
| XYZ | 22.15 | 43.45 | 8.38 | - |
| YUV | 129.63 | 71.2 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 29 | 0.89 | 0 | 0.86 | 0.2 | 122.31 | 0.81 | 0.44 |
| Hex | 16 | CC | 1D | 59 | 0 | 56 | 14 | 7A | 51 | 2C |
| Octal | 26 | 314 | 35 | 131 | 0 | 126 | 24 | 172 | 121 | 54 |
| Binary | 10110 | 11001100 | 11101 | 1011001 | 0 | 1010110 | 10100 | 1111010 | 1010001 | 101100 |
Color Harmonies of #16CC1D
Complementary color
Monochromatic Colors of #16CC1D
Black with #16CC1D
Text Example
Text Example
White with #16CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC1D; }
p { color: rgb(22,204,29); }
H1.HeaderClassName
{
color: #16CC1D;
}
.AnyTagClassName
{
color: #16CC1D;
}
</style>
background-color css
<style>
a { background-color: #16CC1D; }
a { background-color: rgb(22,204,29); }
div.DivClassName
{
background-color: #16CC1D;
}
.BgClassName
{
background-color: #16CC1D;
}
</style>
border-color css
<style>
span { border-color: #16CC1D; }
span { border-color: rgb(22,204,29); }
td.TdClassName
{
border-color: #16CC1D;
}
.TagClassName
{
border-color: #16CC1D;
}
</style>