Shades of Lime Green #1CC70A
Tints of Lime Green #1CC70A
RGB
CMYK
RGB Variations
Color information
#1CC70A (or 0x1CC70A) is known color: Lime Green. HEX triplet: 1C, C7 and 0A. RGB value is (28,199,10). Sum of RGB (Red+Green+Blue) = 28+199+10=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC70A is #E338F5. Grayscale: #7E7E7E. Windows color (decimal): -14891254 or 706332. OLE color: 706332.
HSL color Cylindrical-coordinate representation of color #1CC70A: hue angle of 114.29º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CC70A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 199 | 10 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.22 |
| HSL | 114.29º | 0.9% | 0.41% | - |
| HSV(B) | 114.29º | 0.95% | 0.78% | - |
| XYZ | 20.96 | 41.12 | 7.12 | - |
| YUV | 126.33 | 62.35 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 199 | 10 | 0.86 | 0 | 0.95 | 0.22 | 114.29 | 0.9 | 0.41 |
| Hex | 1C | C7 | A | 56 | 0 | 5F | 16 | 72 | 5A | 29 |
| Octal | 34 | 307 | 12 | 126 | 0 | 137 | 26 | 162 | 132 | 51 |
| Binary | 11100 | 11000111 | 1010 | 1010110 | 0 | 1011111 | 10110 | 1110010 | 1011010 | 101001 |
Color Harmonies of #1CC70A
Complementary color
Monochromatic Colors of #1CC70A
Black with #1CC70A
Text Example
Text Example
White with #1CC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC70A; }
p { color: rgb(28,199,10); }
H1.HeaderClassName
{
color: #1CC70A;
}
.AnyTagClassName
{
color: #1CC70A;
}
</style>
background-color css
<style>
a { background-color: #1CC70A; }
a { background-color: rgb(28,199,10); }
div.DivClassName
{
background-color: #1CC70A;
}
.BgClassName
{
background-color: #1CC70A;
}
</style>
border-color css
<style>
span { border-color: #1CC70A; }
span { border-color: rgb(28,199,10); }
td.TdClassName
{
border-color: #1CC70A;
}
.TagClassName
{
border-color: #1CC70A;
}
</style>