Shades of Lime Green #1CC210
Tints of Lime Green #1CC210
RGB
CMYK
RGB Variations
Color information
#1CC210 (or 0x1CC210) is known color: Lime Green. HEX triplet: 1C, C2 and 10. RGB value is (28,194,16). Sum of RGB (Red+Green+Blue) = 28+194+16=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC210 is #E33DEF. Grayscale: #7C7C7C. Windows color (decimal): -14892528 or 1098268. OLE color: 1098268.
HSL color Cylindrical-coordinate representation of color #1CC210: hue angle of 115.96º 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 #1CC210 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 16 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.24 |
| HSL | 115.96º | 0.85% | 0.41% | - |
| HSV(B) | 115.96º | 0.92% | 0.76% | - |
| XYZ | 19.86 | 38.87 | 6.95 | - |
| YUV | 124.07 | 67 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 16 | 0.86 | 0 | 0.92 | 0.24 | 115.96 | 0.85 | 0.41 |
| Hex | 1C | C2 | 10 | 56 | 0 | 5C | 18 | 74 | 55 | 29 |
| Octal | 34 | 302 | 20 | 126 | 0 | 134 | 30 | 164 | 125 | 51 |
| Binary | 11100 | 11000010 | 10000 | 1010110 | 0 | 1011100 | 11000 | 1110100 | 1010101 | 101001 |
Color Harmonies of #1CC210
Complementary color
Monochromatic Colors of #1CC210
Black with #1CC210
Text Example
Text Example
White with #1CC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC210; }
p { color: rgb(28,194,16); }
H1.HeaderClassName
{
color: #1CC210;
}
.AnyTagClassName
{
color: #1CC210;
}
</style>
background-color css
<style>
a { background-color: #1CC210; }
a { background-color: rgb(28,194,16); }
div.DivClassName
{
background-color: #1CC210;
}
.BgClassName
{
background-color: #1CC210;
}
</style>
border-color css
<style>
span { border-color: #1CC210; }
span { border-color: rgb(28,194,16); }
td.TdClassName
{
border-color: #1CC210;
}
.TagClassName
{
border-color: #1CC210;
}
</style>