Shades of Lime Green #22C117
Tints of Lime Green #22C117
RGB
CMYK
RGB Variations
Color information
#22C117 (or 0x22C117) is known color: Lime Green. HEX triplet: 22, C1 and 17. RGB value is (34,193,23). Sum of RGB (Red+Green+Blue) = 34+193+23=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 193 (75.78% from 255 or 77.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 193 - color contains mainly: green. Hex color #22C117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C117 is #DD3EE8. Grayscale: #7E7E7E. Windows color (decimal): -14499561 or 1556770. OLE color: 1556770.
HSL color Cylindrical-coordinate representation of color #22C117: hue angle of 116.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22C117 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 23 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.24 |
| HSL | 116.12º | 0.79% | 0.42% | - |
| HSV(B) | 116.12º | 0.88% | 0.76% | - |
| XYZ | 19.88 | 38.54 | 7.2 | - |
| YUV | 126.08 | 69.82 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 23 | 0.82 | 0 | 0.88 | 0.24 | 116.12 | 0.79 | 0.42 |
| Hex | 22 | C1 | 17 | 52 | 0 | 58 | 18 | 74 | 4F | 2A |
| Octal | 42 | 301 | 27 | 122 | 0 | 130 | 30 | 164 | 117 | 52 |
| Binary | 100010 | 11000001 | 10111 | 1010010 | 0 | 1011000 | 11000 | 1110100 | 1001111 | 101010 |
Color Harmonies of #22C117
Complementary color
Monochromatic Colors of #22C117
Black with #22C117
Text Example
Text Example
White with #22C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C117; }
p { color: rgb(34,193,23); }
H1.HeaderClassName
{
color: #22C117;
}
.AnyTagClassName
{
color: #22C117;
}
</style>
background-color css
<style>
a { background-color: #22C117; }
a { background-color: rgb(34,193,23); }
div.DivClassName
{
background-color: #22C117;
}
.BgClassName
{
background-color: #22C117;
}
</style>
border-color css
<style>
span { border-color: #22C117; }
span { border-color: rgb(34,193,23); }
td.TdClassName
{
border-color: #22C117;
}
.TagClassName
{
border-color: #22C117;
}
</style>