Shades of Lime Green #1DC620
Tints of Lime Green #1DC620
RGB
CMYK
RGB Variations
Color information
#1DC620 (or 0x1DC620) is known color: Lime Green. HEX triplet: 1D, C6 and 20. RGB value is (29,198,32). Sum of RGB (Red+Green+Blue) = 29+198+32=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 198 (77.73% from 255 or 76.45% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC620 is #E239DF. Grayscale: #818181. Windows color (decimal): -14825952 or 2147869. OLE color: 2147869.
HSL color Cylindrical-coordinate representation of color #1DC620: hue angle of 121.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC620 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 32 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.22 |
| HSL | 121.07º | 0.74% | 0.45% | - |
| HSV(B) | 121.07º | 0.85% | 0.78% | - |
| XYZ | 20.96 | 40.75 | 8.13 | - |
| YUV | 128.55 | 73.51 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 32 | 0.85 | 0 | 0.84 | 0.22 | 121.07 | 0.74 | 0.45 |
| Hex | 1D | C6 | 20 | 55 | 0 | 54 | 16 | 79 | 4A | 2D |
| Octal | 35 | 306 | 40 | 125 | 0 | 124 | 26 | 171 | 112 | 55 |
| Binary | 11101 | 11000110 | 100000 | 1010101 | 0 | 1010100 | 10110 | 1111001 | 1001010 | 101101 |
Color Harmonies of #1DC620
Complementary color
Monochromatic Colors of #1DC620
Black with #1DC620
Text Example
Text Example
White with #1DC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC620; }
p { color: rgb(29,198,32); }
H1.HeaderClassName
{
color: #1DC620;
}
.AnyTagClassName
{
color: #1DC620;
}
</style>
background-color css
<style>
a { background-color: #1DC620; }
a { background-color: rgb(29,198,32); }
div.DivClassName
{
background-color: #1DC620;
}
.BgClassName
{
background-color: #1DC620;
}
</style>
border-color css
<style>
span { border-color: #1DC620; }
span { border-color: rgb(29,198,32); }
td.TdClassName
{
border-color: #1DC620;
}
.TagClassName
{
border-color: #1DC620;
}
</style>