Shades of Lime Green #1DB32A
Tints of Lime Green #1DB32A
RGB
CMYK
RGB Variations
Color information
#1DB32A (or 0x1DB32A) is known color: Lime Green. HEX triplet: 1D, B3 and 2A. RGB value is (29,179,42). Sum of RGB (Red+Green+Blue) = 29+179+42=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB32A is #E24CD5. Grayscale: #767676. Windows color (decimal): -14830806 or 2798365. OLE color: 2798365.
HSL color Cylindrical-coordinate representation of color #1DB32A: hue angle of 125.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 #1DB32A is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 42 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.30 |
| HSL | 125.2º | 0.72% | 0.41% | - |
| HSV(B) | 125.2º | 0.84% | 0.7% | - |
| XYZ | 17.04 | 32.67 | 7.6 | - |
| YUV | 118.53 | 84.81 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 42 | 0.84 | 0 | 0.77 | 0.30 | 125.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 2A | 54 | 0 | 4D | 1E | 7D | 48 | 29 |
| Octal | 35 | 263 | 52 | 124 | 0 | 115 | 36 | 175 | 110 | 51 |
| Binary | 11101 | 10110011 | 101010 | 1010100 | 0 | 1001101 | 11110 | 1111101 | 1001000 | 101001 |
Color Harmonies of #1DB32A
Complementary color
Monochromatic Colors of #1DB32A
Black with #1DB32A
Text Example
Text Example
White with #1DB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB32A; }
p { color: rgb(29,179,42); }
H1.HeaderClassName
{
color: #1DB32A;
}
.AnyTagClassName
{
color: #1DB32A;
}
</style>
background-color css
<style>
a { background-color: #1DB32A; }
a { background-color: rgb(29,179,42); }
div.DivClassName
{
background-color: #1DB32A;
}
.BgClassName
{
background-color: #1DB32A;
}
</style>
border-color css
<style>
span { border-color: #1DB32A; }
span { border-color: rgb(29,179,42); }
td.TdClassName
{
border-color: #1DB32A;
}
.TagClassName
{
border-color: #1DB32A;
}
</style>