Shades of Lime Green #1DC828
Tints of Lime Green #1DC828
RGB
CMYK
RGB Variations
Color information
#1DC828 (or 0x1DC828) is known color: Lime Green. HEX triplet: 1D, C8 and 28. RGB value is (29,200,40). Sum of RGB (Red+Green+Blue) = 29+200+40=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC828 is #E237D7. Grayscale: #838383. Windows color (decimal): -14825432 or 2672669. OLE color: 2672669.
HSL color Cylindrical-coordinate representation of color #1DC828: hue angle of 123.86º 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 #1DC828 is Cyan = 0.86, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 40 | - |
| CMYK | 0.86 | 0 | 0.8 | 0.22 |
| HSL | 123.86º | 0.75% | 0.45% | - |
| HSV(B) | 123.86º | 0.86% | 0.78% | - |
| XYZ | 21.54 | 41.72 | 8.93 | - |
| YUV | 130.63 | 76.85 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 40 | 0.86 | 0 | 0.8 | 0.22 | 123.86 | 0.75 | 0.45 |
| Hex | 1D | C8 | 28 | 56 | 0 | 50 | 16 | 7C | 4B | 2D |
| Octal | 35 | 310 | 50 | 126 | 0 | 120 | 26 | 174 | 113 | 55 |
| Binary | 11101 | 11001000 | 101000 | 1010110 | 0 | 1010000 | 10110 | 1111100 | 1001011 | 101101 |
Color Harmonies of #1DC828
Complementary color
Monochromatic Colors of #1DC828
Black with #1DC828
Text Example
Text Example
White with #1DC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC828; }
p { color: rgb(29,200,40); }
H1.HeaderClassName
{
color: #1DC828;
}
.AnyTagClassName
{
color: #1DC828;
}
</style>
background-color css
<style>
a { background-color: #1DC828; }
a { background-color: rgb(29,200,40); }
div.DivClassName
{
background-color: #1DC828;
}
.BgClassName
{
background-color: #1DC828;
}
</style>
border-color css
<style>
span { border-color: #1DC828; }
span { border-color: rgb(29,200,40); }
td.TdClassName
{
border-color: #1DC828;
}
.TagClassName
{
border-color: #1DC828;
}
</style>