Shades of Lime Green #16C71B
Tints of Lime Green #16C71B
RGB
CMYK
RGB Variations
Color information
#16C71B (or 0x16C71B) is known color: Lime Green. HEX triplet: 16, C7 and 1B. RGB value is (22,199,27). Sum of RGB (Red+Green+Blue) = 22+199+27=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 199 (78.12% from 255 or 80.24% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 199 - color contains mainly: green. Hex color #16C71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C71B is #E938E4. Grayscale: #7E7E7E. Windows color (decimal): -15284453 or 1820438. OLE color: 1820438.
HSL color Cylindrical-coordinate representation of color #16C71B: hue angle of 121.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C71B is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 199 | 27 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.22 |
| HSL | 121.69º | 0.8% | 0.43% | - |
| HSV(B) | 121.69º | 0.89% | 0.78% | - |
| XYZ | 20.95 | 41.1 | 7.87 | - |
| YUV | 126.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 199 | 27 | 0.89 | 0 | 0.86 | 0.22 | 121.69 | 0.8 | 0.43 |
| Hex | 16 | C7 | 1B | 59 | 0 | 56 | 16 | 7A | 50 | 2B |
| Octal | 26 | 307 | 33 | 131 | 0 | 126 | 26 | 172 | 120 | 53 |
| Binary | 10110 | 11000111 | 11011 | 1011001 | 0 | 1010110 | 10110 | 1111010 | 1010000 | 101011 |
Color Harmonies of #16C71B
Complementary color
Monochromatic Colors of #16C71B
Black with #16C71B
Text Example
Text Example
White with #16C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C71B; }
p { color: rgb(22,199,27); }
H1.HeaderClassName
{
color: #16C71B;
}
.AnyTagClassName
{
color: #16C71B;
}
</style>
background-color css
<style>
a { background-color: #16C71B; }
a { background-color: rgb(22,199,27); }
div.DivClassName
{
background-color: #16C71B;
}
.BgClassName
{
background-color: #16C71B;
}
</style>
border-color css
<style>
span { border-color: #16C71B; }
span { border-color: rgb(22,199,27); }
td.TdClassName
{
border-color: #16C71B;
}
.TagClassName
{
border-color: #16C71B;
}
</style>