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