Shades of Lime Green #1CC110
Tints of Lime Green #1CC110
RGB
CMYK
RGB Variations
Color information
#1CC110 (or 0x1CC110) is known color: Lime Green. HEX triplet: 1C, C1 and 10. RGB value is (28,193,16). Sum of RGB (Red+Green+Blue) = 28+193+16=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 193 (75.78% from 255 or 81.43% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC110 is #E33EEF. Grayscale: #7C7C7C. Windows color (decimal): -14892784 or 1098012. OLE color: 1098012.
HSL color Cylindrical-coordinate representation of color #1CC110: hue angle of 115.93º 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 #1CC110 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 16 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.24 |
| HSL | 115.93º | 0.85% | 0.41% | - |
| HSV(B) | 115.93º | 0.92% | 0.76% | - |
| XYZ | 19.64 | 38.42 | 6.87 | - |
| YUV | 123.49 | 67.34 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 16 | 0.85 | 0 | 0.92 | 0.24 | 115.93 | 0.85 | 0.41 |
| Hex | 1C | C1 | 10 | 55 | 0 | 5C | 18 | 74 | 55 | 29 |
| Octal | 34 | 301 | 20 | 125 | 0 | 134 | 30 | 164 | 125 | 51 |
| Binary | 11100 | 11000001 | 10000 | 1010101 | 0 | 1011100 | 11000 | 1110100 | 1010101 | 101001 |
Color Harmonies of #1CC110
Complementary color
Monochromatic Colors of #1CC110
Black with #1CC110
Text Example
Text Example
White with #1CC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC110; }
p { color: rgb(28,193,16); }
H1.HeaderClassName
{
color: #1CC110;
}
.AnyTagClassName
{
color: #1CC110;
}
</style>
background-color css
<style>
a { background-color: #1CC110; }
a { background-color: rgb(28,193,16); }
div.DivClassName
{
background-color: #1CC110;
}
.BgClassName
{
background-color: #1CC110;
}
</style>
border-color css
<style>
span { border-color: #1CC110; }
span { border-color: rgb(28,193,16); }
td.TdClassName
{
border-color: #1CC110;
}
.TagClassName
{
border-color: #1CC110;
}
</style>