Shades of Lime Green #16BC15
Tints of Lime Green #16BC15
RGB
CMYK
RGB Variations
Color information
#16BC15 (or 0x16BC15) is known color: Lime Green. HEX triplet: 16, BC and 15. RGB value is (22,188,21). Sum of RGB (Red+Green+Blue) = 22+188+21=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 188 (73.83% from 255 or 81.39% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BC15 is #E943EA. Grayscale: #777777. Windows color (decimal): -15287275 or 1424406. OLE color: 1424406.
HSL color Cylindrical-coordinate representation of color #16BC15: hue angle of 119.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BC15 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 21 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.26 |
| HSL | 119.64º | 0.8% | 0.41% | - |
| HSV(B) | 119.64º | 0.89% | 0.74% | - |
| XYZ | 18.45 | 36.19 | 6.72 | - |
| YUV | 119.33 | 72.5 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 21 | 0.88 | 0 | 0.89 | 0.26 | 119.64 | 0.8 | 0.41 |
| Hex | 16 | BC | 15 | 58 | 0 | 59 | 1A | 78 | 50 | 29 |
| Octal | 26 | 274 | 25 | 130 | 0 | 131 | 32 | 170 | 120 | 51 |
| Binary | 10110 | 10111100 | 10101 | 1011000 | 0 | 1011001 | 11010 | 1111000 | 1010000 | 101001 |
Color Harmonies of #16BC15
Complementary color
Monochromatic Colors of #16BC15
Black with #16BC15
Text Example
Text Example
White with #16BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC15; }
p { color: rgb(22,188,21); }
H1.HeaderClassName
{
color: #16BC15;
}
.AnyTagClassName
{
color: #16BC15;
}
</style>
background-color css
<style>
a { background-color: #16BC15; }
a { background-color: rgb(22,188,21); }
div.DivClassName
{
background-color: #16BC15;
}
.BgClassName
{
background-color: #16BC15;
}
</style>
border-color css
<style>
span { border-color: #16BC15; }
span { border-color: rgb(22,188,21); }
td.TdClassName
{
border-color: #16BC15;
}
.TagClassName
{
border-color: #16BC15;
}
</style>