Shades of Lime Green #10CC19
Tints of Lime Green #10CC19
RGB
CMYK
RGB Variations
Color information
#10CC19 (or 0x10CC19) is known color: Lime Green. HEX triplet: 10, CC and 19. RGB value is (16,204,25). Sum of RGB (Red+Green+Blue) = 16+204+25=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CC19 is #EF33E6. Grayscale: #7F7F7F. Windows color (decimal): -15676391 or 1690640. OLE color: 1690640.
HSL color Cylindrical-coordinate representation of color #10CC19: hue angle of 122.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC19 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.2 |
| HSL | 122.87º | 0.85% | 0.43% | - |
| HSV(B) | 122.87º | 0.92% | 0.8% | - |
| XYZ | 21.98 | 43.37 | 8.13 | - |
| YUV | 127.38 | 70.22 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 25 | 0.92 | 0 | 0.88 | 0.2 | 122.87 | 0.85 | 0.43 |
| Hex | 10 | CC | 19 | 5C | 0 | 58 | 14 | 7B | 55 | 2B |
| Octal | 20 | 314 | 31 | 134 | 0 | 130 | 24 | 173 | 125 | 53 |
| Binary | 10000 | 11001100 | 11001 | 1011100 | 0 | 1011000 | 10100 | 1111011 | 1010101 | 101011 |
Color Harmonies of #10CC19
Complementary color
Monochromatic Colors of #10CC19
Black with #10CC19
Text Example
Text Example
White with #10CC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC19; }
p { color: rgb(16,204,25); }
H1.HeaderClassName
{
color: #10CC19;
}
.AnyTagClassName
{
color: #10CC19;
}
</style>
background-color css
<style>
a { background-color: #10CC19; }
a { background-color: rgb(16,204,25); }
div.DivClassName
{
background-color: #10CC19;
}
.BgClassName
{
background-color: #10CC19;
}
</style>
border-color css
<style>
span { border-color: #10CC19; }
span { border-color: rgb(16,204,25); }
td.TdClassName
{
border-color: #10CC19;
}
.TagClassName
{
border-color: #10CC19;
}
</style>