Shades of Lime Green #22CC0C
Tints of Lime Green #22CC0C
RGB
CMYK
RGB Variations
Color information
#22CC0C (or 0x22CC0C) is known color: Lime Green. HEX triplet: 22, CC and 0C. RGB value is (34,204,12). Sum of RGB (Red+Green+Blue) = 34+204+12=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 204 (80.08% from 255 or 81.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 204 - color contains mainly: green. Hex color #22CC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CC0C is #DD33F3. Grayscale: #838383. Windows color (decimal): -14496756 or 838690. OLE color: 838690.
HSL color Cylindrical-coordinate representation of color #22CC0C: hue angle of 113.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #22CC0C is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 204 | 12 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.2 |
| HSL | 113.13º | 0.89% | 0.42% | - |
| HSV(B) | 113.13º | 0.94% | 0.8% | - |
| XYZ | 22.32 | 43.55 | 7.58 | - |
| YUV | 131.28 | 60.68 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 12 | 0.83 | 0 | 0.94 | 0.2 | 113.13 | 0.89 | 0.42 |
| Hex | 22 | CC | C | 53 | 0 | 5E | 14 | 71 | 59 | 2A |
| Octal | 42 | 314 | 14 | 123 | 0 | 136 | 24 | 161 | 131 | 52 |
| Binary | 100010 | 11001100 | 1100 | 1010011 | 0 | 1011110 | 10100 | 1110001 | 1011001 | 101010 |
Color Harmonies of #22CC0C
Complementary color
Monochromatic Colors of #22CC0C
Black with #22CC0C
Text Example
Text Example
White with #22CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CC0C; }
p { color: rgb(34,204,12); }
H1.HeaderClassName
{
color: #22CC0C;
}
.AnyTagClassName
{
color: #22CC0C;
}
</style>
background-color css
<style>
a { background-color: #22CC0C; }
a { background-color: rgb(34,204,12); }
div.DivClassName
{
background-color: #22CC0C;
}
.BgClassName
{
background-color: #22CC0C;
}
</style>
border-color css
<style>
span { border-color: #22CC0C; }
span { border-color: rgb(34,204,12); }
td.TdClassName
{
border-color: #22CC0C;
}
.TagClassName
{
border-color: #22CC0C;
}
</style>