Shades of Lime Green #1DB32D
Tints of Lime Green #1DB32D
RGB
CMYK
RGB Variations
Color information
#1DB32D (or 0x1DB32D) is known color: Lime Green. HEX triplet: 1D, B3 and 2D. RGB value is (29,179,45). Sum of RGB (Red+Green+Blue) = 29+179+45=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 179 (70.31% from 255 or 70.75% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB32D is #E24CD2. Grayscale: #777777. Windows color (decimal): -14830803 or 2994973. OLE color: 2994973.
HSL color Cylindrical-coordinate representation of color #1DB32D: hue angle of 126.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB32D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 45 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.30 |
| HSL | 126.4º | 0.72% | 0.41% | - |
| HSV(B) | 126.4º | 0.84% | 0.7% | - |
| XYZ | 17.1 | 32.69 | 7.89 | - |
| YUV | 118.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 45 | 0.84 | 0 | 0.75 | 0.30 | 126.4 | 0.72 | 0.41 |
| Hex | 1D | B3 | 2D | 54 | 0 | 4B | 1E | 7E | 48 | 29 |
| Octal | 35 | 263 | 55 | 124 | 0 | 113 | 36 | 176 | 110 | 51 |
| Binary | 11101 | 10110011 | 101101 | 1010100 | 0 | 1001011 | 11110 | 1111110 | 1001000 | 101001 |
Color Harmonies of #1DB32D
Complementary color
Monochromatic Colors of #1DB32D
Black with #1DB32D
Text Example
Text Example
White with #1DB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB32D; }
p { color: rgb(29,179,45); }
H1.HeaderClassName
{
color: #1DB32D;
}
.AnyTagClassName
{
color: #1DB32D;
}
</style>
background-color css
<style>
a { background-color: #1DB32D; }
a { background-color: rgb(29,179,45); }
div.DivClassName
{
background-color: #1DB32D;
}
.BgClassName
{
background-color: #1DB32D;
}
</style>
border-color css
<style>
span { border-color: #1DB32D; }
span { border-color: rgb(29,179,45); }
td.TdClassName
{
border-color: #1DB32D;
}
.TagClassName
{
border-color: #1DB32D;
}
</style>