Shades of Lime Green #22C010
Tints of Lime Green #22C010
RGB
CMYK
RGB Variations
Color information
#22C010 (or 0x22C010) is known color: Lime Green. HEX triplet: 22, C0 and 10. RGB value is (34,192,16). Sum of RGB (Red+Green+Blue) = 34+192+16=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #22C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C010 is #DD3FEF. Grayscale: #7D7D7D. Windows color (decimal): -14499824 or 1097762. OLE color: 1097762.
HSL color Cylindrical-coordinate representation of color #22C010: hue angle of 113.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22C010 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 16 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.25 |
| HSL | 113.86º | 0.85% | 0.41% | - |
| HSV(B) | 113.86º | 0.92% | 0.75% | - |
| XYZ | 19.6 | 38.08 | 6.81 | - |
| YUV | 124.69 | 66.65 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 16 | 0.82 | 0 | 0.92 | 0.25 | 113.86 | 0.85 | 0.41 |
| Hex | 22 | C0 | 10 | 52 | 0 | 5C | 19 | 72 | 55 | 29 |
| Octal | 42 | 300 | 20 | 122 | 0 | 134 | 31 | 162 | 125 | 51 |
| Binary | 100010 | 11000000 | 10000 | 1010010 | 0 | 1011100 | 11001 | 1110010 | 1010101 | 101001 |
Color Harmonies of #22C010
Complementary color
Monochromatic Colors of #22C010
Black with #22C010
Text Example
Text Example
White with #22C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C010; }
p { color: rgb(34,192,16); }
H1.HeaderClassName
{
color: #22C010;
}
.AnyTagClassName
{
color: #22C010;
}
</style>
background-color css
<style>
a { background-color: #22C010; }
a { background-color: rgb(34,192,16); }
div.DivClassName
{
background-color: #22C010;
}
.BgClassName
{
background-color: #22C010;
}
</style>
border-color css
<style>
span { border-color: #22C010; }
span { border-color: rgb(34,192,16); }
td.TdClassName
{
border-color: #22C010;
}
.TagClassName
{
border-color: #22C010;
}
</style>