Shades of Lime Green #22C807
Tints of Lime Green #22C807
RGB
CMYK
RGB Variations
Color information
#22C807 (or 0x22C807) is known color: Lime Green. HEX triplet: 22, C8 and 07. RGB value is (34,200,7). Sum of RGB (Red+Green+Blue) = 34+200+7=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 200 (78.52% from 255 or 82.99% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 200 - color contains mainly: green. Hex color #22C807 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C807 is #DD37F8. Grayscale: #808080. Windows color (decimal): -14497785 or 509986. OLE color: 509986.
HSL color Cylindrical-coordinate representation of color #22C807: hue angle of 111.61º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22C807 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 200 | 7 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.22 |
| HSL | 111.61º | 0.93% | 0.41% | - |
| HSV(B) | 111.61º | 0.97% | 0.78% | - |
| XYZ | 21.35 | 41.66 | 7.12 | - |
| YUV | 128.36 | 59.5 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 200 | 7 | 0.83 | 0 | 0.96 | 0.22 | 111.61 | 0.93 | 0.41 |
| Hex | 22 | C8 | 7 | 53 | 0 | 60 | 16 | 70 | 5D | 29 |
| Octal | 42 | 310 | 7 | 123 | 0 | 140 | 26 | 160 | 135 | 51 |
| Binary | 100010 | 11001000 | 111 | 1010011 | 0 | 1100000 | 10110 | 1110000 | 1011101 | 101001 |
Color Harmonies of #22C807
Complementary color
Monochromatic Colors of #22C807
Black with #22C807
Text Example
Text Example
White with #22C807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C807; }
p { color: rgb(34,200,7); }
H1.HeaderClassName
{
color: #22C807;
}
.AnyTagClassName
{
color: #22C807;
}
</style>
background-color css
<style>
a { background-color: #22C807; }
a { background-color: rgb(34,200,7); }
div.DivClassName
{
background-color: #22C807;
}
.BgClassName
{
background-color: #22C807;
}
</style>
border-color css
<style>
span { border-color: #22C807; }
span { border-color: rgb(34,200,7); }
td.TdClassName
{
border-color: #22C807;
}
.TagClassName
{
border-color: #22C807;
}
</style>