Shades of Lime Green #1CC10E
Tints of Lime Green #1CC10E
RGB
CMYK
RGB Variations
Color information
#1CC10E (or 0x1CC10E) is known color: Lime Green. HEX triplet: 1C, C1 and 0E. RGB value is (28,193,14). Sum of RGB (Red+Green+Blue) = 28+193+14=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC10E is #E33EF1. Grayscale: #7B7B7B. Windows color (decimal): -14892786 or 966940. OLE color: 966940.
HSL color Cylindrical-coordinate representation of color #1CC10E: hue angle of 115.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CC10E is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 14 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.24 |
| HSL | 115.31º | 0.86% | 0.41% | - |
| HSV(B) | 115.31º | 0.93% | 0.76% | - |
| XYZ | 19.63 | 38.42 | 6.8 | - |
| YUV | 123.26 | 66.34 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 14 | 0.85 | 0 | 0.93 | 0.24 | 115.31 | 0.86 | 0.41 |
| Hex | 1C | C1 | E | 55 | 0 | 5D | 18 | 73 | 56 | 29 |
| Octal | 34 | 301 | 16 | 125 | 0 | 135 | 30 | 163 | 126 | 51 |
| Binary | 11100 | 11000001 | 1110 | 1010101 | 0 | 1011101 | 11000 | 1110011 | 1010110 | 101001 |
Color Harmonies of #1CC10E
Complementary color
Monochromatic Colors of #1CC10E
Black with #1CC10E
Text Example
Text Example
White with #1CC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC10E; }
p { color: rgb(28,193,14); }
H1.HeaderClassName
{
color: #1CC10E;
}
.AnyTagClassName
{
color: #1CC10E;
}
</style>
background-color css
<style>
a { background-color: #1CC10E; }
a { background-color: rgb(28,193,14); }
div.DivClassName
{
background-color: #1CC10E;
}
.BgClassName
{
background-color: #1CC10E;
}
</style>
border-color css
<style>
span { border-color: #1CC10E; }
span { border-color: rgb(28,193,14); }
td.TdClassName
{
border-color: #1CC10E;
}
.TagClassName
{
border-color: #1CC10E;
}
</style>