Shades of Lime Green #22C22C
Tints of Lime Green #22C22C
RGB
CMYK
RGB Variations
Color information
#22C22C (or 0x22C22C) is known color: Lime Green. HEX triplet: 22, C2 and 2C. RGB value is (34,194,44). Sum of RGB (Red+Green+Blue) = 34+194+44=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #22C22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C22C is #DD3DD3. Grayscale: #818181. Windows color (decimal): -14499284 or 2933282. OLE color: 2933282.
HSL color Cylindrical-coordinate representation of color #22C22C: hue angle of 123.75º 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 #22C22C is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 44 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.24 |
| HSL | 123.75º | 0.7% | 0.45% | - |
| HSV(B) | 123.75º | 0.82% | 0.76% | - |
| XYZ | 20.41 | 39.11 | 8.86 | - |
| YUV | 129.06 | 79.99 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 44 | 0.82 | 0 | 0.77 | 0.24 | 123.75 | 0.7 | 0.45 |
| Hex | 22 | C2 | 2C | 52 | 0 | 4D | 18 | 7C | 46 | 2D |
| Octal | 42 | 302 | 54 | 122 | 0 | 115 | 30 | 174 | 106 | 55 |
| Binary | 100010 | 11000010 | 101100 | 1010010 | 0 | 1001101 | 11000 | 1111100 | 1000110 | 101101 |
Color Harmonies of #22C22C
Complementary color
Monochromatic Colors of #22C22C
Black with #22C22C
Text Example
Text Example
White with #22C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C22C; }
p { color: rgb(34,194,44); }
H1.HeaderClassName
{
color: #22C22C;
}
.AnyTagClassName
{
color: #22C22C;
}
</style>
background-color css
<style>
a { background-color: #22C22C; }
a { background-color: rgb(34,194,44); }
div.DivClassName
{
background-color: #22C22C;
}
.BgClassName
{
background-color: #22C22C;
}
</style>
border-color css
<style>
span { border-color: #22C22C; }
span { border-color: rgb(34,194,44); }
td.TdClassName
{
border-color: #22C22C;
}
.TagClassName
{
border-color: #22C22C;
}
</style>