Shades of Lime Green #1DD013
Tints of Lime Green #1DD013
RGB
CMYK
RGB Variations
Color information
#1DD013 (or 0x1DD013) is known color: Lime Green. HEX triplet: 1D, D0 and 13. RGB value is (29,208,19). Sum of RGB (Red+Green+Blue) = 29+208+19=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 208 (81.64% from 255 or 81.25% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD013 is #E22FEC. Grayscale: #858585. Windows color (decimal): -14823405 or 1298461. OLE color: 1298461.
HSL color Cylindrical-coordinate representation of color #1DD013: hue angle of 116.83º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DD013 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 19 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.18 |
| HSL | 116.83º | 0.83% | 0.45% | - |
| HSV(B) | 116.83º | 0.91% | 0.82% | - |
| XYZ | 23.18 | 45.42 | 8.16 | - |
| YUV | 132.93 | 63.7 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 19 | 0.86 | 0 | 0.91 | 0.18 | 116.83 | 0.83 | 0.45 |
| Hex | 1D | D0 | 13 | 56 | 0 | 5B | 12 | 75 | 53 | 2D |
| Octal | 35 | 320 | 23 | 126 | 0 | 133 | 22 | 165 | 123 | 55 |
| Binary | 11101 | 11010000 | 10011 | 1010110 | 0 | 1011011 | 10010 | 1110101 | 1010011 | 101101 |
Color Harmonies of #1DD013
Complementary color
Monochromatic Colors of #1DD013
Black with #1DD013
Text Example
Text Example
White with #1DD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD013; }
p { color: rgb(29,208,19); }
H1.HeaderClassName
{
color: #1DD013;
}
.AnyTagClassName
{
color: #1DD013;
}
</style>
background-color css
<style>
a { background-color: #1DD013; }
a { background-color: rgb(29,208,19); }
div.DivClassName
{
background-color: #1DD013;
}
.BgClassName
{
background-color: #1DD013;
}
</style>
border-color css
<style>
span { border-color: #1DD013; }
span { border-color: rgb(29,208,19); }
td.TdClassName
{
border-color: #1DD013;
}
.TagClassName
{
border-color: #1DD013;
}
</style>