Shades of Lime Green #1DB323
Tints of Lime Green #1DB323
RGB
CMYK
RGB Variations
Color information
#1DB323 (or 0x1DB323) is known color: Lime Green. HEX triplet: 1D, B3 and 23. RGB value is (29,179,35). Sum of RGB (Red+Green+Blue) = 29+179+35=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 179 (70.31% from 255 or 73.66% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB323 is #E24CDC. Grayscale: #767676. Windows color (decimal): -14830813 or 2339613. OLE color: 2339613.
HSL color Cylindrical-coordinate representation of color #1DB323: hue angle of 122.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 #1DB323 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 35 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.30 |
| HSL | 122.4º | 0.72% | 0.41% | - |
| HSV(B) | 122.4º | 0.84% | 0.7% | - |
| XYZ | 16.93 | 32.62 | 6.99 | - |
| YUV | 117.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 35 | 0.84 | 0 | 0.80 | 0.30 | 122.4 | 0.72 | 0.41 |
| Hex | 1D | B3 | 23 | 54 | 0 | 50 | 1E | 7A | 48 | 29 |
| Octal | 35 | 263 | 43 | 124 | 0 | 120 | 36 | 172 | 110 | 51 |
| Binary | 11101 | 10110011 | 100011 | 1010100 | 0 | 1010000 | 11110 | 1111010 | 1001000 | 101001 |
Color Harmonies of #1DB323
Complementary color
Monochromatic Colors of #1DB323
Black with #1DB323
Text Example
Text Example
White with #1DB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB323; }
p { color: rgb(29,179,35); }
H1.HeaderClassName
{
color: #1DB323;
}
.AnyTagClassName
{
color: #1DB323;
}
</style>
background-color css
<style>
a { background-color: #1DB323; }
a { background-color: rgb(29,179,35); }
div.DivClassName
{
background-color: #1DB323;
}
.BgClassName
{
background-color: #1DB323;
}
</style>
border-color css
<style>
span { border-color: #1DB323; }
span { border-color: rgb(29,179,35); }
td.TdClassName
{
border-color: #1DB323;
}
.TagClassName
{
border-color: #1DB323;
}
</style>