Shades of Lime Green #1DC520
Tints of Lime Green #1DC520
RGB
CMYK
RGB Variations
Color information
#1DC520 (or 0x1DC520) is known color: Lime Green. HEX triplet: 1D, C5 and 20. RGB value is (29,197,32). Sum of RGB (Red+Green+Blue) = 29+197+32=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 197 (77.34% from 255 or 76.36% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC520 is #E23ADF. Grayscale: #808080. Windows color (decimal): -14826208 or 2147613. OLE color: 2147613.
HSL color Cylindrical-coordinate representation of color #1DC520: hue angle of 121.07º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC520 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 32 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.23 |
| HSL | 121.07º | 0.74% | 0.44% | - |
| HSV(B) | 121.07º | 0.85% | 0.77% | - |
| XYZ | 20.73 | 40.3 | 8.05 | - |
| YUV | 127.96 | 73.84 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 32 | 0.85 | 0 | 0.84 | 0.23 | 121.07 | 0.74 | 0.44 |
| Hex | 1D | C5 | 20 | 55 | 0 | 54 | 17 | 79 | 4A | 2C |
| Octal | 35 | 305 | 40 | 125 | 0 | 124 | 27 | 171 | 112 | 54 |
| Binary | 11101 | 11000101 | 100000 | 1010101 | 0 | 1010100 | 10111 | 1111001 | 1001010 | 101100 |
Color Harmonies of #1DC520
Complementary color
Monochromatic Colors of #1DC520
Black with #1DC520
Text Example
Text Example
White with #1DC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC520; }
p { color: rgb(29,197,32); }
H1.HeaderClassName
{
color: #1DC520;
}
.AnyTagClassName
{
color: #1DC520;
}
</style>
background-color css
<style>
a { background-color: #1DC520; }
a { background-color: rgb(29,197,32); }
div.DivClassName
{
background-color: #1DC520;
}
.BgClassName
{
background-color: #1DC520;
}
</style>
border-color css
<style>
span { border-color: #1DC520; }
span { border-color: rgb(29,197,32); }
td.TdClassName
{
border-color: #1DC520;
}
.TagClassName
{
border-color: #1DC520;
}
</style>