Shades of Lime Green #1DB528
Tints of Lime Green #1DB528
RGB
CMYK
RGB Variations
Color information
#1DB528 (or 0x1DB528) is known color: Lime Green. HEX triplet: 1D, B5 and 28. RGB value is (29,181,40). Sum of RGB (Red+Green+Blue) = 29+181+40=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 181 (71.09% from 255 or 72.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB528 is #E24AD7. Grayscale: #777777. Windows color (decimal): -14830296 or 2667805. OLE color: 2667805.
HSL color Cylindrical-coordinate representation of color #1DB528: hue angle of 124.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB528 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 40 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.29 |
| HSL | 124.34º | 0.72% | 0.41% | - |
| HSV(B) | 124.34º | 0.84% | 0.71% | - |
| XYZ | 17.41 | 33.46 | 7.55 | - |
| YUV | 119.48 | 83.14 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 40 | 0.84 | 0 | 0.78 | 0.29 | 124.34 | 0.72 | 0.41 |
| Hex | 1D | B5 | 28 | 54 | 0 | 4E | 1D | 7C | 48 | 29 |
| Octal | 35 | 265 | 50 | 124 | 0 | 116 | 35 | 174 | 110 | 51 |
| Binary | 11101 | 10110101 | 101000 | 1010100 | 0 | 1001110 | 11101 | 1111100 | 1001000 | 101001 |
Color Harmonies of #1DB528
Complementary color
Monochromatic Colors of #1DB528
Black with #1DB528
Text Example
Text Example
White with #1DB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB528; }
p { color: rgb(29,181,40); }
H1.HeaderClassName
{
color: #1DB528;
}
.AnyTagClassName
{
color: #1DB528;
}
</style>
background-color css
<style>
a { background-color: #1DB528; }
a { background-color: rgb(29,181,40); }
div.DivClassName
{
background-color: #1DB528;
}
.BgClassName
{
background-color: #1DB528;
}
</style>
border-color css
<style>
span { border-color: #1DB528; }
span { border-color: rgb(29,181,40); }
td.TdClassName
{
border-color: #1DB528;
}
.TagClassName
{
border-color: #1DB528;
}
</style>