Shades of Lime Green #10CC1A
Tints of Lime Green #10CC1A
RGB
CMYK
RGB Variations
Color information
#10CC1A (or 0x10CC1A) is known color: Lime Green. HEX triplet: 10, CC and 1A. RGB value is (16,204,26). Sum of RGB (Red+Green+Blue) = 16+204+26=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 204 (80.08% from 255 or 82.93% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CC1A is #EF33E5. Grayscale: #808080. Windows color (decimal): -15676390 or 1756176. OLE color: 1756176.
HSL color Cylindrical-coordinate representation of color #10CC1A: hue angle of 123.19º 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 #10CC1A is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 204 | 26 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.2 |
| HSL | 123.19º | 0.85% | 0.43% | - |
| HSV(B) | 123.19º | 0.92% | 0.8% | - |
| XYZ | 21.99 | 43.37 | 8.19 | - |
| YUV | 127.5 | 70.72 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 204 | 26 | 0.92 | 0 | 0.87 | 0.2 | 123.19 | 0.85 | 0.43 |
| Hex | 10 | CC | 1A | 5C | 0 | 57 | 14 | 7B | 55 | 2B |
| Octal | 20 | 314 | 32 | 134 | 0 | 127 | 24 | 173 | 125 | 53 |
| Binary | 10000 | 11001100 | 11010 | 1011100 | 0 | 1010111 | 10100 | 1111011 | 1010101 | 101011 |
Color Harmonies of #10CC1A
Complementary color
Monochromatic Colors of #10CC1A
Black with #10CC1A
Text Example
Text Example
White with #10CC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CC1A; }
p { color: rgb(16,204,26); }
H1.HeaderClassName
{
color: #10CC1A;
}
.AnyTagClassName
{
color: #10CC1A;
}
</style>
background-color css
<style>
a { background-color: #10CC1A; }
a { background-color: rgb(16,204,26); }
div.DivClassName
{
background-color: #10CC1A;
}
.BgClassName
{
background-color: #10CC1A;
}
</style>
border-color css
<style>
span { border-color: #10CC1A; }
span { border-color: rgb(16,204,26); }
td.TdClassName
{
border-color: #10CC1A;
}
.TagClassName
{
border-color: #10CC1A;
}
</style>