Shades of Lime Green #16CD17
Tints of Lime Green #16CD17
RGB
CMYK
RGB Variations
Color information
#16CD17 (or 0x16CD17) is known color: Lime Green. HEX triplet: 16, CD and 17. RGB value is (22,205,23). Sum of RGB (Red+Green+Blue) = 22+205+23=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 205 (80.47% from 255 or 82% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CD17 is #E932E8. Grayscale: #828282. Windows color (decimal): -15282921 or 1559830. OLE color: 1559830.
HSL color Cylindrical-coordinate representation of color #16CD17: hue angle of 120.33º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD17 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 23 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.20 |
| HSL | 120.33º | 0.81% | 0.45% | - |
| HSV(B) | 120.33º | 0.89% | 0.8% | - |
| XYZ | 22.32 | 43.9 | 8.11 | - |
| YUV | 129.54 | 67.87 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 23 | 0.89 | 0 | 0.89 | 0.20 | 120.33 | 0.81 | 0.45 |
| Hex | 16 | CD | 17 | 59 | 0 | 59 | 14 | 78 | 51 | 2D |
| Octal | 26 | 315 | 27 | 131 | 0 | 131 | 24 | 170 | 121 | 55 |
| Binary | 10110 | 11001101 | 10111 | 1011001 | 0 | 1011001 | 10100 | 1111000 | 1010001 | 101101 |
Color Harmonies of #16CD17
Complementary color
Monochromatic Colors of #16CD17
Black with #16CD17
Text Example
Text Example
White with #16CD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD17; }
p { color: rgb(22,205,23); }
H1.HeaderClassName
{
color: #16CD17;
}
.AnyTagClassName
{
color: #16CD17;
}
</style>
background-color css
<style>
a { background-color: #16CD17; }
a { background-color: rgb(22,205,23); }
div.DivClassName
{
background-color: #16CD17;
}
.BgClassName
{
background-color: #16CD17;
}
</style>
border-color css
<style>
span { border-color: #16CD17; }
span { border-color: rgb(22,205,23); }
td.TdClassName
{
border-color: #16CD17;
}
.TagClassName
{
border-color: #16CD17;
}
</style>