Shades of Lime Green #1DC726
Tints of Lime Green #1DC726
RGB
CMYK
RGB Variations
Color information
#1DC726 (or 0x1DC726) is known color: Lime Green. HEX triplet: 1D, C7 and 26. RGB value is (29,199,38). Sum of RGB (Red+Green+Blue) = 29+199+38=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 199 (78.12% from 255 or 74.81% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC726 is #E238D9. Grayscale: #828282. Windows color (decimal): -14825690 or 2541341. OLE color: 2541341.
HSL color Cylindrical-coordinate representation of color #1DC726: hue angle of 123.18º 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 #1DC726 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 38 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.22 |
| HSL | 123.18º | 0.75% | 0.45% | - |
| HSV(B) | 123.18º | 0.85% | 0.78% | - |
| XYZ | 21.28 | 41.25 | 8.67 | - |
| YUV | 129.82 | 76.18 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 38 | 0.85 | 0 | 0.81 | 0.22 | 123.18 | 0.75 | 0.45 |
| Hex | 1D | C7 | 26 | 55 | 0 | 51 | 16 | 7B | 4B | 2D |
| Octal | 35 | 307 | 46 | 125 | 0 | 121 | 26 | 173 | 113 | 55 |
| Binary | 11101 | 11000111 | 100110 | 1010101 | 0 | 1010001 | 10110 | 1111011 | 1001011 | 101101 |
Color Harmonies of #1DC726
Complementary color
Monochromatic Colors of #1DC726
Black with #1DC726
Text Example
Text Example
White with #1DC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC726; }
p { color: rgb(29,199,38); }
H1.HeaderClassName
{
color: #1DC726;
}
.AnyTagClassName
{
color: #1DC726;
}
</style>
background-color css
<style>
a { background-color: #1DC726; }
a { background-color: rgb(29,199,38); }
div.DivClassName
{
background-color: #1DC726;
}
.BgClassName
{
background-color: #1DC726;
}
</style>
border-color css
<style>
span { border-color: #1DC726; }
span { border-color: rgb(29,199,38); }
td.TdClassName
{
border-color: #1DC726;
}
.TagClassName
{
border-color: #1DC726;
}
</style>