Shades of Lime Green #1DB730
Tints of Lime Green #1DB730
RGB
CMYK
RGB Variations
Color information
#1DB730 (or 0x1DB730) is known color: Lime Green. HEX triplet: 1D, B7 and 30. RGB value is (29,183,48). Sum of RGB (Red+Green+Blue) = 29+183+48=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 183 (71.88% from 255 or 70.38% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB730 is #E248CF. Grayscale: #797979. Windows color (decimal): -14829776 or 3192605. OLE color: 3192605.
HSL color Cylindrical-coordinate representation of color #1DB730: hue angle of 127.4º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB730 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 48 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.28 |
| HSL | 127.4º | 0.73% | 0.42% | - |
| HSV(B) | 127.4º | 0.84% | 0.72% | - |
| XYZ | 17.97 | 34.34 | 8.48 | - |
| YUV | 121.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 48 | 0.84 | 0 | 0.74 | 0.28 | 127.4 | 0.73 | 0.42 |
| Hex | 1D | B7 | 30 | 54 | 0 | 4A | 1C | 7F | 49 | 2A |
| Octal | 35 | 267 | 60 | 124 | 0 | 112 | 34 | 177 | 111 | 52 |
| Binary | 11101 | 10110111 | 110000 | 1010100 | 0 | 1001010 | 11100 | 1111111 | 1001001 | 101010 |
Color Harmonies of #1DB730
Complementary color
Monochromatic Colors of #1DB730
Black with #1DB730
Text Example
Text Example
White with #1DB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB730; }
p { color: rgb(29,183,48); }
H1.HeaderClassName
{
color: #1DB730;
}
.AnyTagClassName
{
color: #1DB730;
}
</style>
background-color css
<style>
a { background-color: #1DB730; }
a { background-color: rgb(29,183,48); }
div.DivClassName
{
background-color: #1DB730;
}
.BgClassName
{
background-color: #1DB730;
}
</style>
border-color css
<style>
span { border-color: #1DB730; }
span { border-color: rgb(29,183,48); }
td.TdClassName
{
border-color: #1DB730;
}
.TagClassName
{
border-color: #1DB730;
}
</style>