Shades of Lime Green #1DB32F
Tints of Lime Green #1DB32F
RGB
CMYK
RGB Variations
Color information
#1DB32F (or 0x1DB32F) is known color: Lime Green. HEX triplet: 1D, B3 and 2F. RGB value is (29,179,47). Sum of RGB (Red+Green+Blue) = 29+179+47=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB32F is #E24CD0. Grayscale: #777777. Windows color (decimal): -14830801 or 3126045. OLE color: 3126045.
HSL color Cylindrical-coordinate representation of color #1DB32F: hue angle of 127.2º 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 #1DB32F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 47 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.30 |
| HSL | 127.2º | 0.72% | 0.41% | - |
| HSV(B) | 127.2º | 0.84% | 0.7% | - |
| XYZ | 17.14 | 32.71 | 8.1 | - |
| YUV | 119.1 | 87.31 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 47 | 0.84 | 0 | 0.74 | 0.30 | 127.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 2F | 54 | 0 | 4A | 1E | 7F | 48 | 29 |
| Octal | 35 | 263 | 57 | 124 | 0 | 112 | 36 | 177 | 110 | 51 |
| Binary | 11101 | 10110011 | 101111 | 1010100 | 0 | 1001010 | 11110 | 1111111 | 1001000 | 101001 |
Color Harmonies of #1DB32F
Complementary color
Monochromatic Colors of #1DB32F
Black with #1DB32F
Text Example
Text Example
White with #1DB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB32F; }
p { color: rgb(29,179,47); }
H1.HeaderClassName
{
color: #1DB32F;
}
.AnyTagClassName
{
color: #1DB32F;
}
</style>
background-color css
<style>
a { background-color: #1DB32F; }
a { background-color: rgb(29,179,47); }
div.DivClassName
{
background-color: #1DB32F;
}
.BgClassName
{
background-color: #1DB32F;
}
</style>
border-color css
<style>
span { border-color: #1DB32F; }
span { border-color: rgb(29,179,47); }
td.TdClassName
{
border-color: #1DB32F;
}
.TagClassName
{
border-color: #1DB32F;
}
</style>