Shades of Lime Green #1DC814
Tints of Lime Green #1DC814
RGB
CMYK
RGB Variations
Color information
#1DC814 (or 0x1DC814) is known color: Lime Green. HEX triplet: 1D, C8 and 14. RGB value is (29,200,20). Sum of RGB (Red+Green+Blue) = 29+200+20=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 200 (78.52% from 255 or 80.32% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC814 is #E237EB. Grayscale: #808080. Windows color (decimal): -14825452 or 1361949. OLE color: 1361949.
HSL color Cylindrical-coordinate representation of color #1DC814: hue angle of 117º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DC814 is Cyan = 0.86, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 20 | - |
| CMYK | 0.86 | 0 | 0.9 | 0.22 |
| HSL | 117º | 0.82% | 0.43% | - |
| HSV(B) | 117º | 0.9% | 0.78% | - |
| XYZ | 21.29 | 41.62 | 7.57 | - |
| YUV | 128.35 | 66.85 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 20 | 0.86 | 0 | 0.9 | 0.22 | 117 | 0.82 | 0.43 |
| Hex | 1D | C8 | 14 | 56 | 0 | 5A | 16 | 75 | 52 | 2B |
| Octal | 35 | 310 | 24 | 126 | 0 | 132 | 26 | 165 | 122 | 53 |
| Binary | 11101 | 11001000 | 10100 | 1010110 | 0 | 1011010 | 10110 | 1110101 | 1010010 | 101011 |
Color Harmonies of #1DC814
Complementary color
Monochromatic Colors of #1DC814
Black with #1DC814
Text Example
Text Example
White with #1DC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC814; }
p { color: rgb(29,200,20); }
H1.HeaderClassName
{
color: #1DC814;
}
.AnyTagClassName
{
color: #1DC814;
}
</style>
background-color css
<style>
a { background-color: #1DC814; }
a { background-color: rgb(29,200,20); }
div.DivClassName
{
background-color: #1DC814;
}
.BgClassName
{
background-color: #1DC814;
}
</style>
border-color css
<style>
span { border-color: #1DC814; }
span { border-color: rgb(29,200,20); }
td.TdClassName
{
border-color: #1DC814;
}
.TagClassName
{
border-color: #1DC814;
}
</style>