Shades of Lime Green #16C81C
Tints of Lime Green #16C81C
RGB
CMYK
RGB Variations
Color information
#16C81C (or 0x16C81C) is known color: Lime Green. HEX triplet: 16, C8 and 1C. RGB value is (22,200,28). Sum of RGB (Red+Green+Blue) = 22+200+28=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #16C81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C81C is #E937E3. Grayscale: #7F7F7F. Windows color (decimal): -15284196 or 1886230. OLE color: 1886230.
HSL color Cylindrical-coordinate representation of color #16C81C: hue angle of 122.02º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C81C is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 28 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.22 |
| HSL | 122.02º | 0.8% | 0.44% | - |
| HSV(B) | 122.02º | 0.89% | 0.78% | - |
| XYZ | 21.19 | 41.56 | 8 | - |
| YUV | 127.17 | 72.03 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 28 | 0.89 | 0 | 0.86 | 0.22 | 122.02 | 0.8 | 0.44 |
| Hex | 16 | C8 | 1C | 59 | 0 | 56 | 16 | 7A | 50 | 2C |
| Octal | 26 | 310 | 34 | 131 | 0 | 126 | 26 | 172 | 120 | 54 |
| Binary | 10110 | 11001000 | 11100 | 1011001 | 0 | 1010110 | 10110 | 1111010 | 1010000 | 101100 |
Color Harmonies of #16C81C
Complementary color
Monochromatic Colors of #16C81C
Black with #16C81C
Text Example
Text Example
White with #16C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C81C; }
p { color: rgb(22,200,28); }
H1.HeaderClassName
{
color: #16C81C;
}
.AnyTagClassName
{
color: #16C81C;
}
</style>
background-color css
<style>
a { background-color: #16C81C; }
a { background-color: rgb(22,200,28); }
div.DivClassName
{
background-color: #16C81C;
}
.BgClassName
{
background-color: #16C81C;
}
</style>
border-color css
<style>
span { border-color: #16C81C; }
span { border-color: rgb(22,200,28); }
td.TdClassName
{
border-color: #16C81C;
}
.TagClassName
{
border-color: #16C81C;
}
</style>