Shades of Lime Green #22B917
Tints of Lime Green #22B917
RGB
CMYK
RGB Variations
Color information
#22B917 (or 0x22B917) is known color: Lime Green. HEX triplet: 22, B9 and 17. RGB value is (34,185,23). Sum of RGB (Red+Green+Blue) = 34+185+23=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 185 (72.66% from 255 or 76.45% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 185 - color contains mainly: green. Hex color #22B917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22B917 is #DD46E8. Grayscale: #797979. Windows color (decimal): -14501609 or 1554722. OLE color: 1554722.
HSL color Cylindrical-coordinate representation of color #22B917: hue angle of 115.93º 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 #22B917 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 185 | 23 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.27 |
| HSL | 115.93º | 0.78% | 0.41% | - |
| HSV(B) | 115.93º | 0.88% | 0.73% | - |
| XYZ | 18.16 | 35.1 | 6.63 | - |
| YUV | 121.38 | 72.47 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 185 | 23 | 0.82 | 0 | 0.88 | 0.27 | 115.93 | 0.78 | 0.41 |
| Hex | 22 | B9 | 17 | 52 | 0 | 58 | 1B | 74 | 4E | 29 |
| Octal | 42 | 271 | 27 | 122 | 0 | 130 | 33 | 164 | 116 | 51 |
| Binary | 100010 | 10111001 | 10111 | 1010010 | 0 | 1011000 | 11011 | 1110100 | 1001110 | 101001 |
Color Harmonies of #22B917
Complementary color
Monochromatic Colors of #22B917
Black with #22B917
Text Example
Text Example
White with #22B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B917; }
p { color: rgb(34,185,23); }
H1.HeaderClassName
{
color: #22B917;
}
.AnyTagClassName
{
color: #22B917;
}
</style>
background-color css
<style>
a { background-color: #22B917; }
a { background-color: rgb(34,185,23); }
div.DivClassName
{
background-color: #22B917;
}
.BgClassName
{
background-color: #22B917;
}
</style>
border-color css
<style>
span { border-color: #22B917; }
span { border-color: rgb(34,185,23); }
td.TdClassName
{
border-color: #22B917;
}
.TagClassName
{
border-color: #22B917;
}
</style>