Shades of Lime Green #1DBB22
Tints of Lime Green #1DBB22
RGB
CMYK
RGB Variations
Color information
#1DBB22 (or 0x1DBB22) is known color: Lime Green. HEX triplet: 1D, BB and 22. RGB value is (29,187,34). Sum of RGB (Red+Green+Blue) = 29+187+34=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 187 (73.44% from 255 or 74.8% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB22 is #E244DD. Grayscale: #7A7A7A. Windows color (decimal): -14828766 or 2276125. OLE color: 2276125.
HSL color Cylindrical-coordinate representation of color #1DBB22: hue angle of 121.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB22 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 34 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.27 |
| HSL | 121.9º | 0.73% | 0.42% | - |
| HSV(B) | 121.9º | 0.84% | 0.73% | - |
| XYZ | 18.57 | 35.92 | 7.47 | - |
| YUV | 122.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 34 | 0.84 | 0 | 0.82 | 0.27 | 121.9 | 0.73 | 0.42 |
| Hex | 1D | BB | 22 | 54 | 0 | 52 | 1B | 7A | 49 | 2A |
| Octal | 35 | 273 | 42 | 124 | 0 | 122 | 33 | 172 | 111 | 52 |
| Binary | 11101 | 10111011 | 100010 | 1010100 | 0 | 1010010 | 11011 | 1111010 | 1001001 | 101010 |
Color Harmonies of #1DBB22
Complementary color
Monochromatic Colors of #1DBB22
Black with #1DBB22
Text Example
Text Example
White with #1DBB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB22; }
p { color: rgb(29,187,34); }
H1.HeaderClassName
{
color: #1DBB22;
}
.AnyTagClassName
{
color: #1DBB22;
}
</style>
background-color css
<style>
a { background-color: #1DBB22; }
a { background-color: rgb(29,187,34); }
div.DivClassName
{
background-color: #1DBB22;
}
.BgClassName
{
background-color: #1DBB22;
}
</style>
border-color css
<style>
span { border-color: #1DBB22; }
span { border-color: rgb(29,187,34); }
td.TdClassName
{
border-color: #1DBB22;
}
.TagClassName
{
border-color: #1DBB22;
}
</style>