Shades of Lime Green #1CCC19
Tints of Lime Green #1CCC19
RGB
CMYK
RGB Variations
Color information
#1CCC19 (or 0x1CCC19) is known color: Lime Green. HEX triplet: 1C, CC and 19. RGB value is (28,204,25). Sum of RGB (Red+Green+Blue) = 28+204+25=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 204 (80.08% from 255 or 79.38% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC19 is #E333E6. Grayscale: #838383. Windows color (decimal): -14889959 or 1690652. OLE color: 1690652.
HSL color Cylindrical-coordinate representation of color #1CCC19: hue angle of 118.99º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCC19 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 25 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.2 |
| HSL | 118.99º | 0.78% | 0.45% | - |
| HSV(B) | 118.99º | 0.88% | 0.8% | - |
| XYZ | 22.25 | 43.5 | 8.14 | - |
| YUV | 130.97 | 68.19 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 25 | 0.86 | 0 | 0.88 | 0.2 | 118.99 | 0.78 | 0.45 |
| Hex | 1C | CC | 19 | 56 | 0 | 58 | 14 | 77 | 4E | 2D |
| Octal | 34 | 314 | 31 | 126 | 0 | 130 | 24 | 167 | 116 | 55 |
| Binary | 11100 | 11001100 | 11001 | 1010110 | 0 | 1011000 | 10100 | 1110111 | 1001110 | 101101 |
Color Harmonies of #1CCC19
Complementary color
Monochromatic Colors of #1CCC19
Black with #1CCC19
Text Example
Text Example
White with #1CCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC19; }
p { color: rgb(28,204,25); }
H1.HeaderClassName
{
color: #1CCC19;
}
.AnyTagClassName
{
color: #1CCC19;
}
</style>
background-color css
<style>
a { background-color: #1CCC19; }
a { background-color: rgb(28,204,25); }
div.DivClassName
{
background-color: #1CCC19;
}
.BgClassName
{
background-color: #1CCC19;
}
</style>
border-color css
<style>
span { border-color: #1CCC19; }
span { border-color: rgb(28,204,25); }
td.TdClassName
{
border-color: #1CCC19;
}
.TagClassName
{
border-color: #1CCC19;
}
</style>