Shades of Lime Green #1CC902
Tints of Lime Green #1CC902
RGB
CMYK
RGB Variations
Color information
#1CC902 (or 0x1CC902) is known color: Lime Green. HEX triplet: 1C, C9 and 02. RGB value is (28,201,2). Sum of RGB (Red+Green+Blue) = 28+201+2=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 201 (78.91% from 255 or 87.01% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC902 is #E336FD. Grayscale: #7F7F7F. Windows color (decimal): -14890750 or 182556. OLE color: 182556.
HSL color Cylindrical-coordinate representation of color #1CC902: hue angle of 112.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CC902 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.21 |
| HSL | 112.16º | 0.98% | 0.4% | - |
| HSV(B) | 112.16º | 0.99% | 0.79% | - |
| XYZ | 21.38 | 42.02 | 7.04 | - |
| YUV | 126.59 | 57.69 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 2 | 0.86 | 0 | 0.99 | 0.21 | 112.16 | 0.98 | 0.4 |
| Hex | 1C | C9 | 2 | 56 | 0 | 63 | 15 | 70 | 62 | 28 |
| Octal | 34 | 311 | 2 | 126 | 0 | 143 | 25 | 160 | 142 | 50 |
| Binary | 11100 | 11001001 | 10 | 1010110 | 0 | 1100011 | 10101 | 1110000 | 1100010 | 101000 |
Color Harmonies of #1CC902
Complementary color
Monochromatic Colors of #1CC902
Black with #1CC902
Text Example
Text Example
White with #1CC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC902; }
p { color: rgb(28,201,2); }
H1.HeaderClassName
{
color: #1CC902;
}
.AnyTagClassName
{
color: #1CC902;
}
</style>
background-color css
<style>
a { background-color: #1CC902; }
a { background-color: rgb(28,201,2); }
div.DivClassName
{
background-color: #1CC902;
}
.BgClassName
{
background-color: #1CC902;
}
</style>
border-color css
<style>
span { border-color: #1CC902; }
span { border-color: rgb(28,201,2); }
td.TdClassName
{
border-color: #1CC902;
}
.TagClassName
{
border-color: #1CC902;
}
</style>