Shades of Lime Green #1CC919
Tints of Lime Green #1CC919
RGB
CMYK
RGB Variations
Color information
#1CC919 (or 0x1CC919) is known color: Lime Green. HEX triplet: 1C, C9 and 19. RGB value is (28,201,25). Sum of RGB (Red+Green+Blue) = 28+201+25=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC919 is #E336E6. Grayscale: #818181. Windows color (decimal): -14890727 or 1689884. OLE color: 1689884.
HSL color Cylindrical-coordinate representation of color #1CC919: hue angle of 118.98º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC919 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 25 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.21 |
| HSL | 118.98º | 0.78% | 0.44% | - |
| HSV(B) | 118.98º | 0.88% | 0.79% | - |
| XYZ | 21.54 | 42.09 | 7.91 | - |
| YUV | 129.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 25 | 0.86 | 0 | 0.88 | 0.21 | 118.98 | 0.78 | 0.44 |
| Hex | 1C | C9 | 19 | 56 | 0 | 58 | 15 | 77 | 4E | 2C |
| Octal | 34 | 311 | 31 | 126 | 0 | 130 | 25 | 167 | 116 | 54 |
| Binary | 11100 | 11001001 | 11001 | 1010110 | 0 | 1011000 | 10101 | 1110111 | 1001110 | 101100 |
Color Harmonies of #1CC919
Complementary color
Monochromatic Colors of #1CC919
Black with #1CC919
Text Example
Text Example
White with #1CC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC919; }
p { color: rgb(28,201,25); }
H1.HeaderClassName
{
color: #1CC919;
}
.AnyTagClassName
{
color: #1CC919;
}
</style>
background-color css
<style>
a { background-color: #1CC919; }
a { background-color: rgb(28,201,25); }
div.DivClassName
{
background-color: #1CC919;
}
.BgClassName
{
background-color: #1CC919;
}
</style>
border-color css
<style>
span { border-color: #1CC919; }
span { border-color: rgb(28,201,25); }
td.TdClassName
{
border-color: #1CC919;
}
.TagClassName
{
border-color: #1CC919;
}
</style>