Shades of Lime Green #1DC72C
Tints of Lime Green #1DC72C
RGB
CMYK
RGB Variations
Color information
#1DC72C (or 0x1DC72C) is known color: Lime Green. HEX triplet: 1D, C7 and 2C. RGB value is (29,199,44). Sum of RGB (Red+Green+Blue) = 29+199+44=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 199 (78.12% from 255 or 73.16% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC72C is #E238D3. Grayscale: #828282. Windows color (decimal): -14825684 or 2934557. OLE color: 2934557.
HSL color Cylindrical-coordinate representation of color #1DC72C: hue angle of 125.29º 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 #1DC72C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 44 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.22 |
| HSL | 125.29º | 0.75% | 0.45% | - |
| HSV(B) | 125.29º | 0.85% | 0.78% | - |
| XYZ | 21.38 | 41.29 | 9.23 | - |
| YUV | 130.5 | 79.18 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 44 | 0.85 | 0 | 0.78 | 0.22 | 125.29 | 0.75 | 0.45 |
| Hex | 1D | C7 | 2C | 55 | 0 | 4E | 16 | 7D | 4B | 2D |
| Octal | 35 | 307 | 54 | 125 | 0 | 116 | 26 | 175 | 113 | 55 |
| Binary | 11101 | 11000111 | 101100 | 1010101 | 0 | 1001110 | 10110 | 1111101 | 1001011 | 101101 |
Color Harmonies of #1DC72C
Complementary color
Monochromatic Colors of #1DC72C
Black with #1DC72C
Text Example
Text Example
White with #1DC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC72C; }
p { color: rgb(29,199,44); }
H1.HeaderClassName
{
color: #1DC72C;
}
.AnyTagClassName
{
color: #1DC72C;
}
</style>
background-color css
<style>
a { background-color: #1DC72C; }
a { background-color: rgb(29,199,44); }
div.DivClassName
{
background-color: #1DC72C;
}
.BgClassName
{
background-color: #1DC72C;
}
</style>
border-color css
<style>
span { border-color: #1DC72C; }
span { border-color: rgb(29,199,44); }
td.TdClassName
{
border-color: #1DC72C;
}
.TagClassName
{
border-color: #1DC72C;
}
</style>