Shades of Lime Green #1CC10D
Tints of Lime Green #1CC10D
RGB
CMYK
RGB Variations
Color information
#1CC10D (or 0x1CC10D) is known color: Lime Green. HEX triplet: 1C, C1 and 0D. RGB value is (28,193,13). Sum of RGB (Red+Green+Blue) = 28+193+13=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC10D is #E33EF2. Grayscale: #7B7B7B. Windows color (decimal): -14892787 or 901404. OLE color: 901404.
HSL color Cylindrical-coordinate representation of color #1CC10D: hue angle of 115º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CC10D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 13 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.24 |
| HSL | 115º | 0.87% | 0.4% | - |
| HSV(B) | 115º | 0.93% | 0.76% | - |
| XYZ | 19.62 | 38.42 | 6.76 | - |
| YUV | 123.15 | 65.84 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 13 | 0.85 | 0 | 0.93 | 0.24 | 115 | 0.87 | 0.4 |
| Hex | 1C | C1 | D | 55 | 0 | 5D | 18 | 73 | 57 | 28 |
| Octal | 34 | 301 | 15 | 125 | 0 | 135 | 30 | 163 | 127 | 50 |
| Binary | 11100 | 11000001 | 1101 | 1010101 | 0 | 1011101 | 11000 | 1110011 | 1010111 | 101000 |
Color Harmonies of #1CC10D
Complementary color
Monochromatic Colors of #1CC10D
Black with #1CC10D
Text Example
Text Example
White with #1CC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC10D; }
p { color: rgb(28,193,13); }
H1.HeaderClassName
{
color: #1CC10D;
}
.AnyTagClassName
{
color: #1CC10D;
}
</style>
background-color css
<style>
a { background-color: #1CC10D; }
a { background-color: rgb(28,193,13); }
div.DivClassName
{
background-color: #1CC10D;
}
.BgClassName
{
background-color: #1CC10D;
}
</style>
border-color css
<style>
span { border-color: #1CC10D; }
span { border-color: rgb(28,193,13); }
td.TdClassName
{
border-color: #1CC10D;
}
.TagClassName
{
border-color: #1CC10D;
}
</style>