Shades of Lime Green #1DD028
Tints of Lime Green #1DD028
RGB
CMYK
RGB Variations
Color information
#1DD028 (or 0x1DD028) is known color: Lime Green. HEX triplet: 1D, D0 and 28. RGB value is (29,208,40). Sum of RGB (Red+Green+Blue) = 29+208+40=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD028 is #E22FD7. Grayscale: #878787. Windows color (decimal): -14823384 or 2674717. OLE color: 2674717.
HSL color Cylindrical-coordinate representation of color #1DD028: hue angle of 123.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD028 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 40 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.18 |
| HSL | 123.69º | 0.76% | 0.46% | - |
| HSV(B) | 123.69º | 0.86% | 0.82% | - |
| XYZ | 23.45 | 45.53 | 9.56 | - |
| YUV | 135.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 40 | 0.86 | 0 | 0.81 | 0.18 | 123.69 | 0.76 | 0.46 |
| Hex | 1D | D0 | 28 | 56 | 0 | 51 | 12 | 7C | 4C | 2E |
| Octal | 35 | 320 | 50 | 126 | 0 | 121 | 22 | 174 | 114 | 56 |
| Binary | 11101 | 11010000 | 101000 | 1010110 | 0 | 1010001 | 10010 | 1111100 | 1001100 | 101110 |
Color Harmonies of #1DD028
Complementary color
Monochromatic Colors of #1DD028
Black with #1DD028
Text Example
Text Example
White with #1DD028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD028; }
p { color: rgb(29,208,40); }
H1.HeaderClassName
{
color: #1DD028;
}
.AnyTagClassName
{
color: #1DD028;
}
</style>
background-color css
<style>
a { background-color: #1DD028; }
a { background-color: rgb(29,208,40); }
div.DivClassName
{
background-color: #1DD028;
}
.BgClassName
{
background-color: #1DD028;
}
</style>
border-color css
<style>
span { border-color: #1DD028; }
span { border-color: rgb(29,208,40); }
td.TdClassName
{
border-color: #1DD028;
}
.TagClassName
{
border-color: #1DD028;
}
</style>