Shades of Lime Green #1DC829
Tints of Lime Green #1DC829
RGB
CMYK
RGB Variations
Color information
#1DC829 (or 0x1DC829) is known color: Lime Green. HEX triplet: 1D, C8 and 29. RGB value is (29,200,41). Sum of RGB (Red+Green+Blue) = 29+200+41=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 200 (78.52% from 255 or 74.07% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC829 is #E237D6. Grayscale: #838383. Windows color (decimal): -14825431 or 2738205. OLE color: 2738205.
HSL color Cylindrical-coordinate representation of color #1DC829: hue angle of 124.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC829 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 41 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.22 |
| HSL | 124.21º | 0.75% | 0.45% | - |
| HSV(B) | 124.21º | 0.86% | 0.78% | - |
| XYZ | 21.56 | 41.73 | 9.02 | - |
| YUV | 130.75 | 77.35 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 41 | 0.86 | 0 | 0.80 | 0.22 | 124.21 | 0.75 | 0.45 |
| Hex | 1D | C8 | 29 | 56 | 0 | 50 | 16 | 7C | 4B | 2D |
| Octal | 35 | 310 | 51 | 126 | 0 | 120 | 26 | 174 | 113 | 55 |
| Binary | 11101 | 11001000 | 101001 | 1010110 | 0 | 1010000 | 10110 | 1111100 | 1001011 | 101101 |
Color Harmonies of #1DC829
Complementary color
Monochromatic Colors of #1DC829
Black with #1DC829
Text Example
Text Example
White with #1DC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC829; }
p { color: rgb(29,200,41); }
H1.HeaderClassName
{
color: #1DC829;
}
.AnyTagClassName
{
color: #1DC829;
}
</style>
background-color css
<style>
a { background-color: #1DC829; }
a { background-color: rgb(29,200,41); }
div.DivClassName
{
background-color: #1DC829;
}
.BgClassName
{
background-color: #1DC829;
}
</style>
border-color css
<style>
span { border-color: #1DC829; }
span { border-color: rgb(29,200,41); }
td.TdClassName
{
border-color: #1DC829;
}
.TagClassName
{
border-color: #1DC829;
}
</style>