Shades of Lime Green #1CC706
Tints of Lime Green #1CC706
RGB
CMYK
RGB Variations
Color information
#1CC706 (or 0x1CC706) is known color: Lime Green. HEX triplet: 1C, C7 and 06. RGB value is (28,199,6). Sum of RGB (Red+Green+Blue) = 28+199+6=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 199 (78.12% from 255 or 85.41% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC706 is #E338F9. Grayscale: #7E7E7E. Windows color (decimal): -14891258 or 444188. OLE color: 444188.
HSL color Cylindrical-coordinate representation of color #1CC706: hue angle of 113.16º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CC706 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 199 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.22 |
| HSL | 113.16º | 0.94% | 0.4% | - |
| HSV(B) | 113.16º | 0.97% | 0.78% | - |
| XYZ | 20.94 | 41.11 | 7 | - |
| YUV | 125.87 | 60.35 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 199 | 6 | 0.86 | 0 | 0.97 | 0.22 | 113.16 | 0.94 | 0.4 |
| Hex | 1C | C7 | 6 | 56 | 0 | 61 | 16 | 71 | 5E | 28 |
| Octal | 34 | 307 | 6 | 126 | 0 | 141 | 26 | 161 | 136 | 50 |
| Binary | 11100 | 11000111 | 110 | 1010110 | 0 | 1100001 | 10110 | 1110001 | 1011110 | 101000 |
Color Harmonies of #1CC706
Complementary color
Monochromatic Colors of #1CC706
Black with #1CC706
Text Example
Text Example
White with #1CC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC706; }
p { color: rgb(28,199,6); }
H1.HeaderClassName
{
color: #1CC706;
}
.AnyTagClassName
{
color: #1CC706;
}
</style>
background-color css
<style>
a { background-color: #1CC706; }
a { background-color: rgb(28,199,6); }
div.DivClassName
{
background-color: #1CC706;
}
.BgClassName
{
background-color: #1CC706;
}
</style>
border-color css
<style>
span { border-color: #1CC706; }
span { border-color: rgb(28,199,6); }
td.TdClassName
{
border-color: #1CC706;
}
.TagClassName
{
border-color: #1CC706;
}
</style>