Shades of Lime Green #1CC220
Tints of Lime Green #1CC220
RGB
CMYK
RGB Variations
Color information
#1CC220 (or 0x1CC220) is known color: Lime Green. HEX triplet: 1C, C2 and 20. RGB value is (28,194,32). Sum of RGB (Red+Green+Blue) = 28+194+32=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC220 is #E33DDF. Grayscale: #7E7E7E. Windows color (decimal): -14892512 or 2146844. OLE color: 2146844.
HSL color Cylindrical-coordinate representation of color #1CC220: hue angle of 121.45º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC220 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 32 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.24 |
| HSL | 121.45º | 0.75% | 0.44% | - |
| HSV(B) | 121.45º | 0.86% | 0.76% | - |
| XYZ | 20.03 | 38.93 | 7.83 | - |
| YUV | 125.9 | 75 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 32 | 0.86 | 0 | 0.84 | 0.24 | 121.45 | 0.75 | 0.44 |
| Hex | 1C | C2 | 20 | 56 | 0 | 54 | 18 | 79 | 4B | 2C |
| Octal | 34 | 302 | 40 | 126 | 0 | 124 | 30 | 171 | 113 | 54 |
| Binary | 11100 | 11000010 | 100000 | 1010110 | 0 | 1010100 | 11000 | 1111001 | 1001011 | 101100 |
Color Harmonies of #1CC220
Complementary color
Monochromatic Colors of #1CC220
Black with #1CC220
Text Example
Text Example
White with #1CC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC220; }
p { color: rgb(28,194,32); }
H1.HeaderClassName
{
color: #1CC220;
}
.AnyTagClassName
{
color: #1CC220;
}
</style>
background-color css
<style>
a { background-color: #1CC220; }
a { background-color: rgb(28,194,32); }
div.DivClassName
{
background-color: #1CC220;
}
.BgClassName
{
background-color: #1CC220;
}
</style>
border-color css
<style>
span { border-color: #1CC220; }
span { border-color: rgb(28,194,32); }
td.TdClassName
{
border-color: #1CC220;
}
.TagClassName
{
border-color: #1CC220;
}
</style>