Shades of Lime Green #22C226
Tints of Lime Green #22C226
RGB
CMYK
RGB Variations
Color information
#22C226 (or 0x22C226) is known color: Lime Green. HEX triplet: 22, C2 and 26. RGB value is (34,194,38). Sum of RGB (Red+Green+Blue) = 34+194+38=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 194 (76.17% from 255 or 72.93% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 194 - color contains mainly: green. Hex color #22C226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C226 is #DD3DD9. Grayscale: #808080. Windows color (decimal): -14499290 or 2540066. OLE color: 2540066.
HSL color Cylindrical-coordinate representation of color #22C226: hue angle of 121.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C226 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 38 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.24 |
| HSL | 121.5º | 0.7% | 0.45% | - |
| HSV(B) | 121.5º | 0.82% | 0.76% | - |
| XYZ | 20.3 | 39.06 | 8.3 | - |
| YUV | 128.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 38 | 0.82 | 0 | 0.80 | 0.24 | 121.5 | 0.7 | 0.45 |
| Hex | 22 | C2 | 26 | 52 | 0 | 50 | 18 | 7A | 46 | 2D |
| Octal | 42 | 302 | 46 | 122 | 0 | 120 | 30 | 172 | 106 | 55 |
| Binary | 100010 | 11000010 | 100110 | 1010010 | 0 | 1010000 | 11000 | 1111010 | 1000110 | 101101 |
Color Harmonies of #22C226
Complementary color
Monochromatic Colors of #22C226
Black with #22C226
Text Example
Text Example
White with #22C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C226; }
p { color: rgb(34,194,38); }
H1.HeaderClassName
{
color: #22C226;
}
.AnyTagClassName
{
color: #22C226;
}
</style>
background-color css
<style>
a { background-color: #22C226; }
a { background-color: rgb(34,194,38); }
div.DivClassName
{
background-color: #22C226;
}
.BgClassName
{
background-color: #22C226;
}
</style>
border-color css
<style>
span { border-color: #22C226; }
span { border-color: rgb(34,194,38); }
td.TdClassName
{
border-color: #22C226;
}
.TagClassName
{
border-color: #22C226;
}
</style>