Shades of Lime Green #1CC013
Tints of Lime Green #1CC013
RGB
CMYK
RGB Variations
Color information
#1CC013 (or 0x1CC013) is known color: Lime Green. HEX triplet: 1C, C0 and 13. RGB value is (28,192,19). Sum of RGB (Red+Green+Blue) = 28+192+19=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC013 is #E33FEC. Grayscale: #7B7B7B. Windows color (decimal): -14893037 or 1294364. OLE color: 1294364.
HSL color Cylindrical-coordinate representation of color #1CC013: hue angle of 116.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CC013 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 19 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.25 |
| HSL | 116.88º | 0.82% | 0.41% | - |
| HSV(B) | 116.88º | 0.9% | 0.75% | - |
| XYZ | 19.45 | 37.99 | 6.92 | - |
| YUV | 123.24 | 69.17 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 19 | 0.85 | 0 | 0.90 | 0.25 | 116.88 | 0.82 | 0.41 |
| Hex | 1C | C0 | 13 | 55 | 0 | 5A | 19 | 75 | 52 | 29 |
| Octal | 34 | 300 | 23 | 125 | 0 | 132 | 31 | 165 | 122 | 51 |
| Binary | 11100 | 11000000 | 10011 | 1010101 | 0 | 1011010 | 11001 | 1110101 | 1010010 | 101001 |
Color Harmonies of #1CC013
Complementary color
Monochromatic Colors of #1CC013
Black with #1CC013
Text Example
Text Example
White with #1CC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC013; }
p { color: rgb(28,192,19); }
H1.HeaderClassName
{
color: #1CC013;
}
.AnyTagClassName
{
color: #1CC013;
}
</style>
background-color css
<style>
a { background-color: #1CC013; }
a { background-color: rgb(28,192,19); }
div.DivClassName
{
background-color: #1CC013;
}
.BgClassName
{
background-color: #1CC013;
}
</style>
border-color css
<style>
span { border-color: #1CC013; }
span { border-color: rgb(28,192,19); }
td.TdClassName
{
border-color: #1CC013;
}
.TagClassName
{
border-color: #1CC013;
}
</style>