Shades of Lime Green #1DB028
Tints of Lime Green #1DB028
RGB
CMYK
RGB Variations
Color information
#1DB028 (or 0x1DB028) is known color: Lime Green. HEX triplet: 1D, B0 and 28. RGB value is (29,176,40). Sum of RGB (Red+Green+Blue) = 29+176+40=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 176 (69.14% from 255 or 71.84% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB028 is #E24FD7. Grayscale: #747474. Windows color (decimal): -14831576 or 2666525. OLE color: 2666525.
HSL color Cylindrical-coordinate representation of color #1DB028: hue angle of 124.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB028 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 40 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.31 |
| HSL | 124.49º | 0.72% | 0.4% | - |
| HSV(B) | 124.49º | 0.84% | 0.69% | - |
| XYZ | 16.42 | 31.47 | 7.22 | - |
| YUV | 116.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 40 | 0.84 | 0 | 0.77 | 0.31 | 124.49 | 0.72 | 0.4 |
| Hex | 1D | B0 | 28 | 54 | 0 | 4D | 1F | 7C | 48 | 28 |
| Octal | 35 | 260 | 50 | 124 | 0 | 115 | 37 | 174 | 110 | 50 |
| Binary | 11101 | 10110000 | 101000 | 1010100 | 0 | 1001101 | 11111 | 1111100 | 1001000 | 101000 |
Color Harmonies of #1DB028
Complementary color
Monochromatic Colors of #1DB028
Black with #1DB028
Text Example
Text Example
White with #1DB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB028; }
p { color: rgb(29,176,40); }
H1.HeaderClassName
{
color: #1DB028;
}
.AnyTagClassName
{
color: #1DB028;
}
</style>
background-color css
<style>
a { background-color: #1DB028; }
a { background-color: rgb(29,176,40); }
div.DivClassName
{
background-color: #1DB028;
}
.BgClassName
{
background-color: #1DB028;
}
</style>
border-color css
<style>
span { border-color: #1DB028; }
span { border-color: rgb(29,176,40); }
td.TdClassName
{
border-color: #1DB028;
}
.TagClassName
{
border-color: #1DB028;
}
</style>