Shades of Lime Green #1DB22C
Tints of Lime Green #1DB22C
RGB
CMYK
RGB Variations
Color information
#1DB22C (or 0x1DB22C) is known color: Lime Green. HEX triplet: 1D, B2 and 2C. RGB value is (29,178,44). Sum of RGB (Red+Green+Blue) = 29+178+44=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB22C is #E24DD3. Grayscale: #767676. Windows color (decimal): -14831060 or 2929181. OLE color: 2929181.
HSL color Cylindrical-coordinate representation of color #1DB22C: hue angle of 126.04º 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 #1DB22C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 44 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.30 |
| HSL | 126.04º | 0.72% | 0.41% | - |
| HSV(B) | 126.04º | 0.84% | 0.7% | - |
| XYZ | 16.88 | 32.28 | 7.72 | - |
| YUV | 118.17 | 86.14 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 44 | 0.84 | 0 | 0.75 | 0.30 | 126.04 | 0.72 | 0.41 |
| Hex | 1D | B2 | 2C | 54 | 0 | 4B | 1E | 7E | 48 | 29 |
| Octal | 35 | 262 | 54 | 124 | 0 | 113 | 36 | 176 | 110 | 51 |
| Binary | 11101 | 10110010 | 101100 | 1010100 | 0 | 1001011 | 11110 | 1111110 | 1001000 | 101001 |
Color Harmonies of #1DB22C
Complementary color
Monochromatic Colors of #1DB22C
Black with #1DB22C
Text Example
Text Example
White with #1DB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB22C; }
p { color: rgb(29,178,44); }
H1.HeaderClassName
{
color: #1DB22C;
}
.AnyTagClassName
{
color: #1DB22C;
}
</style>
background-color css
<style>
a { background-color: #1DB22C; }
a { background-color: rgb(29,178,44); }
div.DivClassName
{
background-color: #1DB22C;
}
.BgClassName
{
background-color: #1DB22C;
}
</style>
border-color css
<style>
span { border-color: #1DB22C; }
span { border-color: rgb(29,178,44); }
td.TdClassName
{
border-color: #1DB22C;
}
.TagClassName
{
border-color: #1DB22C;
}
</style>