Shades of Lime Green #1DC721
Tints of Lime Green #1DC721
RGB
CMYK
RGB Variations
Color information
#1DC721 (or 0x1DC721) is known color: Lime Green. HEX triplet: 1D, C7 and 21. RGB value is (29,199,33). Sum of RGB (Red+Green+Blue) = 29+199+33=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 199 (78.12% from 255 or 76.25% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC721 is #E238DE. Grayscale: #818181. Windows color (decimal): -14825695 or 2213661. OLE color: 2213661.
HSL color Cylindrical-coordinate representation of color #1DC721: hue angle of 121.41º degrees, saturation: 0.75, 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 #1DC721 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 33 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.22 |
| HSL | 121.41º | 0.75% | 0.45% | - |
| HSV(B) | 121.41º | 0.85% | 0.78% | - |
| XYZ | 21.2 | 41.22 | 8.28 | - |
| YUV | 129.25 | 73.68 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 33 | 0.85 | 0 | 0.83 | 0.22 | 121.41 | 0.75 | 0.45 |
| Hex | 1D | C7 | 21 | 55 | 0 | 53 | 16 | 79 | 4B | 2D |
| Octal | 35 | 307 | 41 | 125 | 0 | 123 | 26 | 171 | 113 | 55 |
| Binary | 11101 | 11000111 | 100001 | 1010101 | 0 | 1010011 | 10110 | 1111001 | 1001011 | 101101 |
Color Harmonies of #1DC721
Complementary color
Monochromatic Colors of #1DC721
Black with #1DC721
Text Example
Text Example
White with #1DC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC721; }
p { color: rgb(29,199,33); }
H1.HeaderClassName
{
color: #1DC721;
}
.AnyTagClassName
{
color: #1DC721;
}
</style>
background-color css
<style>
a { background-color: #1DC721; }
a { background-color: rgb(29,199,33); }
div.DivClassName
{
background-color: #1DC721;
}
.BgClassName
{
background-color: #1DC721;
}
</style>
border-color css
<style>
span { border-color: #1DC721; }
span { border-color: rgb(29,199,33); }
td.TdClassName
{
border-color: #1DC721;
}
.TagClassName
{
border-color: #1DC721;
}
</style>