Shades of Lime Green #10C217
Tints of Lime Green #10C217
RGB
CMYK
RGB Variations
Color information
#10C217 (or 0x10C217) is known color: Lime Green. HEX triplet: 10, C2 and 17. RGB value is (16,194,23). Sum of RGB (Red+Green+Blue) = 16+194+23=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 194 (76.17% from 255 or 83.26% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 194 - color contains mainly: green. Hex color #10C217 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C217 is #EF3DE8. Grayscale: #797979. Windows color (decimal): -15678953 or 1557008. OLE color: 1557008.
HSL color Cylindrical-coordinate representation of color #10C217: hue angle of 122.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C217 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 23 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.24 |
| HSL | 122.36º | 0.85% | 0.41% | - |
| HSV(B) | 122.36º | 0.92% | 0.76% | - |
| XYZ | 19.66 | 38.76 | 7.25 | - |
| YUV | 121.28 | 72.53 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 23 | 0.92 | 0 | 0.88 | 0.24 | 122.36 | 0.85 | 0.41 |
| Hex | 10 | C2 | 17 | 5C | 0 | 58 | 18 | 7A | 55 | 29 |
| Octal | 20 | 302 | 27 | 134 | 0 | 130 | 30 | 172 | 125 | 51 |
| Binary | 10000 | 11000010 | 10111 | 1011100 | 0 | 1011000 | 11000 | 1111010 | 1010101 | 101001 |
Color Harmonies of #10C217
Complementary color
Monochromatic Colors of #10C217
Black with #10C217
Text Example
Text Example
White with #10C217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C217; }
p { color: rgb(16,194,23); }
H1.HeaderClassName
{
color: #10C217;
}
.AnyTagClassName
{
color: #10C217;
}
</style>
background-color css
<style>
a { background-color: #10C217; }
a { background-color: rgb(16,194,23); }
div.DivClassName
{
background-color: #10C217;
}
.BgClassName
{
background-color: #10C217;
}
</style>
border-color css
<style>
span { border-color: #10C217; }
span { border-color: rgb(16,194,23); }
td.TdClassName
{
border-color: #10C217;
}
.TagClassName
{
border-color: #10C217;
}
</style>