Shades of Lime Green #1CC113
Tints of Lime Green #1CC113
RGB
CMYK
RGB Variations
Color information
#1CC113 (or 0x1CC113) is known color: Lime Green. HEX triplet: 1C, C1 and 13. RGB value is (28,193,19). Sum of RGB (Red+Green+Blue) = 28+193+19=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC113 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC113 is #E33EEC. Grayscale: #7C7C7C. Windows color (decimal): -14892781 or 1294620. OLE color: 1294620.
HSL color Cylindrical-coordinate representation of color #1CC113: hue angle of 116.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CC113 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 19 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.24 |
| HSL | 116.9º | 0.82% | 0.42% | - |
| HSV(B) | 116.9º | 0.9% | 0.76% | - |
| XYZ | 19.67 | 38.43 | 7 | - |
| YUV | 123.83 | 68.84 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 19 | 0.85 | 0 | 0.90 | 0.24 | 116.9 | 0.82 | 0.42 |
| Hex | 1C | C1 | 13 | 55 | 0 | 5A | 18 | 75 | 52 | 2A |
| Octal | 34 | 301 | 23 | 125 | 0 | 132 | 30 | 165 | 122 | 52 |
| Binary | 11100 | 11000001 | 10011 | 1010101 | 0 | 1011010 | 11000 | 1110101 | 1010010 | 101010 |
Color Harmonies of #1CC113
Complementary color
Monochromatic Colors of #1CC113
Black with #1CC113
Text Example
Text Example
White with #1CC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC113; }
p { color: rgb(28,193,19); }
H1.HeaderClassName
{
color: #1CC113;
}
.AnyTagClassName
{
color: #1CC113;
}
</style>
background-color css
<style>
a { background-color: #1CC113; }
a { background-color: rgb(28,193,19); }
div.DivClassName
{
background-color: #1CC113;
}
.BgClassName
{
background-color: #1CC113;
}
</style>
border-color css
<style>
span { border-color: #1CC113; }
span { border-color: rgb(28,193,19); }
td.TdClassName
{
border-color: #1CC113;
}
.TagClassName
{
border-color: #1CC113;
}
</style>