Shades of Lime Green #22BB10
Tints of Lime Green #22BB10
RGB
CMYK
RGB Variations
Color information
#22BB10 (or 0x22BB10) is known color: Lime Green. HEX triplet: 22, BB and 10. RGB value is (34,187,16). Sum of RGB (Red+Green+Blue) = 34+187+16=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #22BB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BB10 is #DD44EF. Grayscale: #7A7A7A. Windows color (decimal): -14501104 or 1096482. OLE color: 1096482.
HSL color Cylindrical-coordinate representation of color #22BB10: hue angle of 113.68º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22BB10 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 187 | 16 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.27 |
| HSL | 113.68º | 0.84% | 0.4% | - |
| HSV(B) | 113.68º | 0.91% | 0.73% | - |
| XYZ | 18.52 | 35.92 | 6.45 | - |
| YUV | 121.76 | 68.31 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 16 | 0.82 | 0 | 0.91 | 0.27 | 113.68 | 0.84 | 0.4 |
| Hex | 22 | BB | 10 | 52 | 0 | 5B | 1B | 72 | 54 | 28 |
| Octal | 42 | 273 | 20 | 122 | 0 | 133 | 33 | 162 | 124 | 50 |
| Binary | 100010 | 10111011 | 10000 | 1010010 | 0 | 1011011 | 11011 | 1110010 | 1010100 | 101000 |
Color Harmonies of #22BB10
Complementary color
Monochromatic Colors of #22BB10
Black with #22BB10
Text Example
Text Example
White with #22BB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BB10; }
p { color: rgb(34,187,16); }
H1.HeaderClassName
{
color: #22BB10;
}
.AnyTagClassName
{
color: #22BB10;
}
</style>
background-color css
<style>
a { background-color: #22BB10; }
a { background-color: rgb(34,187,16); }
div.DivClassName
{
background-color: #22BB10;
}
.BgClassName
{
background-color: #22BB10;
}
</style>
border-color css
<style>
span { border-color: #22BB10; }
span { border-color: rgb(34,187,16); }
td.TdClassName
{
border-color: #22BB10;
}
.TagClassName
{
border-color: #22BB10;
}
</style>