Shades of Lime Green #22C707
Tints of Lime Green #22C707
RGB
CMYK
RGB Variations
Color information
#22C707 (or 0x22C707) is known color: Lime Green. HEX triplet: 22, C7 and 07. RGB value is (34,199,7). Sum of RGB (Red+Green+Blue) = 34+199+7=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 199 (78.12% from 255 or 82.92% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 199 - color contains mainly: green. Hex color #22C707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C707 is #DD38F8. Grayscale: #808080. Windows color (decimal): -14498041 or 509730. OLE color: 509730.
HSL color Cylindrical-coordinate representation of color #22C707: hue angle of 111.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22C707 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 199 | 7 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.22 |
| HSL | 111.56º | 0.93% | 0.4% | - |
| HSV(B) | 111.56º | 0.96% | 0.78% | - |
| XYZ | 21.12 | 41.2 | 7.04 | - |
| YUV | 127.78 | 59.84 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 199 | 7 | 0.83 | 0 | 0.96 | 0.22 | 111.56 | 0.93 | 0.4 |
| Hex | 22 | C7 | 7 | 53 | 0 | 60 | 16 | 70 | 5D | 28 |
| Octal | 42 | 307 | 7 | 123 | 0 | 140 | 26 | 160 | 135 | 50 |
| Binary | 100010 | 11000111 | 111 | 1010011 | 0 | 1100000 | 10110 | 1110000 | 1011101 | 101000 |
Color Harmonies of #22C707
Complementary color
Monochromatic Colors of #22C707
Black with #22C707
Text Example
Text Example
White with #22C707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C707; }
p { color: rgb(34,199,7); }
H1.HeaderClassName
{
color: #22C707;
}
.AnyTagClassName
{
color: #22C707;
}
</style>
background-color css
<style>
a { background-color: #22C707; }
a { background-color: rgb(34,199,7); }
div.DivClassName
{
background-color: #22C707;
}
.BgClassName
{
background-color: #22C707;
}
</style>
border-color css
<style>
span { border-color: #22C707; }
span { border-color: rgb(34,199,7); }
td.TdClassName
{
border-color: #22C707;
}
.TagClassName
{
border-color: #22C707;
}
</style>