Shades of Lime Green #22C906
Tints of Lime Green #22C906
RGB
CMYK
RGB Variations
Color information
#22C906 (or 0x22C906) is known color: Lime Green. HEX triplet: 22, C9 and 06. RGB value is (34,201,6). Sum of RGB (Red+Green+Blue) = 34+201+6=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 201 (78.91% from 255 or 83.40% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 201 - color contains mainly: green. Hex color #22C906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C906 is #DD36F9. Grayscale: #818181. Windows color (decimal): -14497530 or 444706. OLE color: 444706.
HSL color Cylindrical-coordinate representation of color #22C906: hue angle of 111.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #22C906 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 201 | 6 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.21 |
| HSL | 111.38º | 0.94% | 0.41% | - |
| HSV(B) | 111.38º | 0.97% | 0.79% | - |
| XYZ | 21.58 | 42.13 | 7.17 | - |
| YUV | 128.84 | 58.67 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 201 | 6 | 0.83 | 0 | 0.97 | 0.21 | 111.38 | 0.94 | 0.41 |
| Hex | 22 | C9 | 6 | 53 | 0 | 61 | 15 | 6F | 5E | 29 |
| Octal | 42 | 311 | 6 | 123 | 0 | 141 | 25 | 157 | 136 | 51 |
| Binary | 100010 | 11001001 | 110 | 1010011 | 0 | 1100001 | 10101 | 1101111 | 1011110 | 101001 |
Color Harmonies of #22C906
Complementary color
Monochromatic Colors of #22C906
Black with #22C906
Text Example
Text Example
White with #22C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C906; }
p { color: rgb(34,201,6); }
H1.HeaderClassName
{
color: #22C906;
}
.AnyTagClassName
{
color: #22C906;
}
</style>
background-color css
<style>
a { background-color: #22C906; }
a { background-color: rgb(34,201,6); }
div.DivClassName
{
background-color: #22C906;
}
.BgClassName
{
background-color: #22C906;
}
</style>
border-color css
<style>
span { border-color: #22C906; }
span { border-color: rgb(34,201,6); }
td.TdClassName
{
border-color: #22C906;
}
.TagClassName
{
border-color: #22C906;
}
</style>