Shades of Lime Green #1DD514
Tints of Lime Green #1DD514
RGB
CMYK
RGB Variations
Color information
#1DD514 (or 0x1DD514) is known color: Lime Green. HEX triplet: 1D, D5 and 14. RGB value is (29,213,20). Sum of RGB (Red+Green+Blue) = 29+213+20=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD514 is #E22AEB. Grayscale: #888888. Windows color (decimal): -14822124 or 1365277. OLE color: 1365277.
HSL color Cylindrical-coordinate representation of color #1DD514: hue angle of 117.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DD514 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 20 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.16 |
| HSL | 117.2º | 0.83% | 0.46% | - |
| HSV(B) | 117.2º | 0.91% | 0.84% | - |
| XYZ | 24.43 | 47.9 | 8.62 | - |
| YUV | 135.98 | 62.54 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 20 | 0.86 | 0 | 0.91 | 0.16 | 117.2 | 0.83 | 0.46 |
| Hex | 1D | D5 | 14 | 56 | 0 | 5B | 10 | 75 | 53 | 2E |
| Octal | 35 | 325 | 24 | 126 | 0 | 133 | 20 | 165 | 123 | 56 |
| Binary | 11101 | 11010101 | 10100 | 1010110 | 0 | 1011011 | 10000 | 1110101 | 1010011 | 101110 |
Color Harmonies of #1DD514
Complementary color
Monochromatic Colors of #1DD514
Black with #1DD514
Text Example
Text Example
White with #1DD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD514; }
p { color: rgb(29,213,20); }
H1.HeaderClassName
{
color: #1DD514;
}
.AnyTagClassName
{
color: #1DD514;
}
</style>
background-color css
<style>
a { background-color: #1DD514; }
a { background-color: rgb(29,213,20); }
div.DivClassName
{
background-color: #1DD514;
}
.BgClassName
{
background-color: #1DD514;
}
</style>
border-color css
<style>
span { border-color: #1DD514; }
span { border-color: rgb(29,213,20); }
td.TdClassName
{
border-color: #1DD514;
}
.TagClassName
{
border-color: #1DD514;
}
</style>