Shades of Lime Green #1DB932
Tints of Lime Green #1DB932
RGB
CMYK
RGB Variations
Color information
#1DB932 (or 0x1DB932) is known color: Lime Green. HEX triplet: 1D, B9 and 32. RGB value is (29,185,50). Sum of RGB (Red+Green+Blue) = 29+185+50=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB932 is #E246CD. Grayscale: #7B7B7B. Windows color (decimal): -14829262 or 3324189. OLE color: 3324189.
HSL color Cylindrical-coordinate representation of color #1DB932: hue angle of 128.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB932 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 50 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.27 |
| HSL | 128.08º | 0.73% | 0.42% | - |
| HSV(B) | 128.08º | 0.84% | 0.73% | - |
| XYZ | 18.43 | 35.19 | 8.84 | - |
| YUV | 122.97 | 86.82 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 50 | 0.84 | 0 | 0.73 | 0.27 | 128.08 | 0.73 | 0.42 |
| Hex | 1D | B9 | 32 | 54 | 0 | 49 | 1B | 80 | 49 | 2A |
| Octal | 35 | 271 | 62 | 124 | 0 | 111 | 33 | 200 | 111 | 52 |
| Binary | 11101 | 10111001 | 110010 | 1010100 | 0 | 1001001 | 11011 | 10000000 | 1001001 | 101010 |
Color Harmonies of #1DB932
Complementary color
Monochromatic Colors of #1DB932
Black with #1DB932
Text Example
Text Example
White with #1DB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB932; }
p { color: rgb(29,185,50); }
H1.HeaderClassName
{
color: #1DB932;
}
.AnyTagClassName
{
color: #1DB932;
}
</style>
background-color css
<style>
a { background-color: #1DB932; }
a { background-color: rgb(29,185,50); }
div.DivClassName
{
background-color: #1DB932;
}
.BgClassName
{
background-color: #1DB932;
}
</style>
border-color css
<style>
span { border-color: #1DB932; }
span { border-color: rgb(29,185,50); }
td.TdClassName
{
border-color: #1DB932;
}
.TagClassName
{
border-color: #1DB932;
}
</style>