Shades of Lime Green #1DB430
Tints of Lime Green #1DB430
RGB
CMYK
RGB Variations
Color information
#1DB430 (or 0x1DB430) is known color: Lime Green. HEX triplet: 1D, B4 and 30. RGB value is (29,180,48). Sum of RGB (Red+Green+Blue) = 29+180+48=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB430 is #E24BCF. Grayscale: #787878. Windows color (decimal): -14830544 or 3191837. OLE color: 3191837.
HSL color Cylindrical-coordinate representation of color #1DB430: hue angle of 127.55º 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 #1DB430 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 48 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.29 |
| HSL | 127.55º | 0.72% | 0.41% | - |
| HSV(B) | 127.55º | 0.84% | 0.71% | - |
| XYZ | 17.36 | 33.12 | 8.27 | - |
| YUV | 119.8 | 87.47 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 48 | 0.84 | 0 | 0.73 | 0.29 | 127.55 | 0.72 | 0.41 |
| Hex | 1D | B4 | 30 | 54 | 0 | 49 | 1D | 80 | 48 | 29 |
| Octal | 35 | 264 | 60 | 124 | 0 | 111 | 35 | 200 | 110 | 51 |
| Binary | 11101 | 10110100 | 110000 | 1010100 | 0 | 1001001 | 11101 | 10000000 | 1001000 | 101001 |
Color Harmonies of #1DB430
Complementary color
Monochromatic Colors of #1DB430
Black with #1DB430
Text Example
Text Example
White with #1DB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB430; }
p { color: rgb(29,180,48); }
H1.HeaderClassName
{
color: #1DB430;
}
.AnyTagClassName
{
color: #1DB430;
}
</style>
background-color css
<style>
a { background-color: #1DB430; }
a { background-color: rgb(29,180,48); }
div.DivClassName
{
background-color: #1DB430;
}
.BgClassName
{
background-color: #1DB430;
}
</style>
border-color css
<style>
span { border-color: #1DB430; }
span { border-color: rgb(29,180,48); }
td.TdClassName
{
border-color: #1DB430;
}
.TagClassName
{
border-color: #1DB430;
}
</style>