Shades of Lime Green #16C515
Tints of Lime Green #16C515
RGB
CMYK
RGB Variations
Color information
#16C515 (or 0x16C515) is known color: Lime Green. HEX triplet: 16, C5 and 15. RGB value is (22,197,21). Sum of RGB (Red+Green+Blue) = 22+197+21=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 197 (77.34% from 255 or 82.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 197 - color contains mainly: green. Hex color #16C515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C515 is #E93AEA. Grayscale: #7D7D7D. Windows color (decimal): -15284971 or 1426710. OLE color: 1426710.
HSL color Cylindrical-coordinate representation of color #16C515: hue angle of 119.66º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C515 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 197 | 21 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.23 |
| HSL | 119.66º | 0.81% | 0.43% | - |
| HSV(B) | 119.66º | 0.89% | 0.77% | - |
| XYZ | 20.43 | 40.16 | 7.38 | - |
| YUV | 124.61 | 69.52 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 21 | 0.89 | 0 | 0.89 | 0.23 | 119.66 | 0.81 | 0.43 |
| Hex | 16 | C5 | 15 | 59 | 0 | 59 | 17 | 78 | 51 | 2B |
| Octal | 26 | 305 | 25 | 131 | 0 | 131 | 27 | 170 | 121 | 53 |
| Binary | 10110 | 11000101 | 10101 | 1011001 | 0 | 1011001 | 10111 | 1111000 | 1010001 | 101011 |
Color Harmonies of #16C515
Complementary color
Monochromatic Colors of #16C515
Black with #16C515
Text Example
Text Example
White with #16C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C515; }
p { color: rgb(22,197,21); }
H1.HeaderClassName
{
color: #16C515;
}
.AnyTagClassName
{
color: #16C515;
}
</style>
background-color css
<style>
a { background-color: #16C515; }
a { background-color: rgb(22,197,21); }
div.DivClassName
{
background-color: #16C515;
}
.BgClassName
{
background-color: #16C515;
}
</style>
border-color css
<style>
span { border-color: #16C515; }
span { border-color: rgb(22,197,21); }
td.TdClassName
{
border-color: #16C515;
}
.TagClassName
{
border-color: #16C515;
}
</style>