Shades of Lime Green #22BA17
Tints of Lime Green #22BA17
RGB
CMYK
RGB Variations
Color information
#22BA17 (or 0x22BA17) is known color: Lime Green. HEX triplet: 22, BA and 17. RGB value is (34,186,23). Sum of RGB (Red+Green+Blue) = 34+186+23=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BA17 is #DD45E8. Grayscale: #7A7A7A. Windows color (decimal): -14501353 or 1554978. OLE color: 1554978.
HSL color Cylindrical-coordinate representation of color #22BA17: hue angle of 115.95º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22BA17 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 186 | 23 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.27 |
| HSL | 115.95º | 0.78% | 0.41% | - |
| HSV(B) | 115.95º | 0.88% | 0.73% | - |
| XYZ | 18.37 | 35.52 | 6.7 | - |
| YUV | 121.97 | 72.14 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 186 | 23 | 0.82 | 0 | 0.88 | 0.27 | 115.95 | 0.78 | 0.41 |
| Hex | 22 | BA | 17 | 52 | 0 | 58 | 1B | 74 | 4E | 29 |
| Octal | 42 | 272 | 27 | 122 | 0 | 130 | 33 | 164 | 116 | 51 |
| Binary | 100010 | 10111010 | 10111 | 1010010 | 0 | 1011000 | 11011 | 1110100 | 1001110 | 101001 |
Color Harmonies of #22BA17
Complementary color
Monochromatic Colors of #22BA17
Black with #22BA17
Text Example
Text Example
White with #22BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BA17; }
p { color: rgb(34,186,23); }
H1.HeaderClassName
{
color: #22BA17;
}
.AnyTagClassName
{
color: #22BA17;
}
</style>
background-color css
<style>
a { background-color: #22BA17; }
a { background-color: rgb(34,186,23); }
div.DivClassName
{
background-color: #22BA17;
}
.BgClassName
{
background-color: #22BA17;
}
</style>
border-color css
<style>
span { border-color: #22BA17; }
span { border-color: rgb(34,186,23); }
td.TdClassName
{
border-color: #22BA17;
}
.TagClassName
{
border-color: #22BA17;
}
</style>