Shades of Lime Green #1CC920
Tints of Lime Green #1CC920
RGB
CMYK
RGB Variations
Color information
#1CC920 (or 0x1CC920) is known color: Lime Green. HEX triplet: 1C, C9 and 20. RGB value is (28,201,32). Sum of RGB (Red+Green+Blue) = 28+201+32=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 201 (78.91% from 255 or 77.01% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC920 is #E336DF. Grayscale: #828282. Windows color (decimal): -14890720 or 2148636. OLE color: 2148636.
HSL color Cylindrical-coordinate representation of color #1CC920: hue angle of 121.39º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC920 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 32 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.21 |
| HSL | 121.39º | 0.76% | 0.45% | - |
| HSV(B) | 121.39º | 0.86% | 0.79% | - |
| XYZ | 21.63 | 42.12 | 8.36 | - |
| YUV | 130.01 | 72.69 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 32 | 0.86 | 0 | 0.84 | 0.21 | 121.39 | 0.76 | 0.45 |
| Hex | 1C | C9 | 20 | 56 | 0 | 54 | 15 | 79 | 4C | 2D |
| Octal | 34 | 311 | 40 | 126 | 0 | 124 | 25 | 171 | 114 | 55 |
| Binary | 11100 | 11001001 | 100000 | 1010110 | 0 | 1010100 | 10101 | 1111001 | 1001100 | 101101 |
Color Harmonies of #1CC920
Complementary color
Monochromatic Colors of #1CC920
Black with #1CC920
Text Example
Text Example
White with #1CC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC920; }
p { color: rgb(28,201,32); }
H1.HeaderClassName
{
color: #1CC920;
}
.AnyTagClassName
{
color: #1CC920;
}
</style>
background-color css
<style>
a { background-color: #1CC920; }
a { background-color: rgb(28,201,32); }
div.DivClassName
{
background-color: #1CC920;
}
.BgClassName
{
background-color: #1CC920;
}
</style>
border-color css
<style>
span { border-color: #1CC920; }
span { border-color: rgb(28,201,32); }
td.TdClassName
{
border-color: #1CC920;
}
.TagClassName
{
border-color: #1CC920;
}
</style>