Shades of Lime Green #1CD220
Tints of Lime Green #1CD220
RGB
CMYK
RGB Variations
Color information
#1CD220 (or 0x1CD220) is known color: Lime Green. HEX triplet: 1C, D2 and 20. RGB value is (28,210,32). Sum of RGB (Red+Green+Blue) = 28+210+32=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD220 is #E32DDF. Grayscale: #878787. Windows color (decimal): -14888416 or 2150940. OLE color: 2150940.
HSL color Cylindrical-coordinate representation of color #1CD220: hue angle of 121.32º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD220 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 32 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.18 |
| HSL | 121.32º | 0.76% | 0.47% | - |
| HSV(B) | 121.32º | 0.87% | 0.82% | - |
| XYZ | 23.79 | 46.44 | 9.08 | - |
| YUV | 135.29 | 69.7 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 32 | 0.87 | 0 | 0.85 | 0.18 | 121.32 | 0.76 | 0.47 |
| Hex | 1C | D2 | 20 | 57 | 0 | 55 | 12 | 79 | 4C | 2F |
| Octal | 34 | 322 | 40 | 127 | 0 | 125 | 22 | 171 | 114 | 57 |
| Binary | 11100 | 11010010 | 100000 | 1010111 | 0 | 1010101 | 10010 | 1111001 | 1001100 | 101111 |
Color Harmonies of #1CD220
Complementary color
Monochromatic Colors of #1CD220
Black with #1CD220
Text Example
Text Example
White with #1CD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD220; }
p { color: rgb(28,210,32); }
H1.HeaderClassName
{
color: #1CD220;
}
.AnyTagClassName
{
color: #1CD220;
}
</style>
background-color css
<style>
a { background-color: #1CD220; }
a { background-color: rgb(28,210,32); }
div.DivClassName
{
background-color: #1CD220;
}
.BgClassName
{
background-color: #1CD220;
}
</style>
border-color css
<style>
span { border-color: #1CD220; }
span { border-color: rgb(28,210,32); }
td.TdClassName
{
border-color: #1CD220;
}
.TagClassName
{
border-color: #1CD220;
}
</style>