Shades of Lime Green #10C317
Tints of Lime Green #10C317
RGB
CMYK
RGB Variations
Color information
#10C317 (or 0x10C317) is known color: Lime Green. HEX triplet: 10, C3 and 17. RGB value is (16,195,23). Sum of RGB (Red+Green+Blue) = 16+195+23=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 195 (76.56% from 255 or 83.33% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 195 - color contains mainly: green. Hex color #10C317 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C317 is #EF3CE8. Grayscale: #7A7A7A. Windows color (decimal): -15678697 or 1557264. OLE color: 1557264.
HSL color Cylindrical-coordinate representation of color #10C317: hue angle of 122.35º 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 #10C317 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 23 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.24 |
| HSL | 122.35º | 0.85% | 0.41% | - |
| HSV(B) | 122.35º | 0.92% | 0.76% | - |
| XYZ | 19.88 | 39.2 | 7.33 | - |
| YUV | 121.87 | 72.2 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 23 | 0.92 | 0 | 0.88 | 0.24 | 122.35 | 0.85 | 0.41 |
| Hex | 10 | C3 | 17 | 5C | 0 | 58 | 18 | 7A | 55 | 29 |
| Octal | 20 | 303 | 27 | 134 | 0 | 130 | 30 | 172 | 125 | 51 |
| Binary | 10000 | 11000011 | 10111 | 1011100 | 0 | 1011000 | 11000 | 1111010 | 1010101 | 101001 |
Color Harmonies of #10C317
Complementary color
Monochromatic Colors of #10C317
Black with #10C317
Text Example
Text Example
White with #10C317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C317; }
p { color: rgb(16,195,23); }
H1.HeaderClassName
{
color: #10C317;
}
.AnyTagClassName
{
color: #10C317;
}
</style>
background-color css
<style>
a { background-color: #10C317; }
a { background-color: rgb(16,195,23); }
div.DivClassName
{
background-color: #10C317;
}
.BgClassName
{
background-color: #10C317;
}
</style>
border-color css
<style>
span { border-color: #10C317; }
span { border-color: rgb(16,195,23); }
td.TdClassName
{
border-color: #10C317;
}
.TagClassName
{
border-color: #10C317;
}
</style>