Shades of Lime Green #22C512
Tints of Lime Green #22C512
RGB
CMYK
RGB Variations
Color information
#22C512 (or 0x22C512) is known color: Lime Green. HEX triplet: 22, C5 and 12. RGB value is (34,197,18). Sum of RGB (Red+Green+Blue) = 34+197+18=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 197 (77.34% from 255 or 79.12% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 197 - color contains mainly: green. Hex color #22C512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C512 is #DD3AED. Grayscale: #808080. Windows color (decimal): -14498542 or 1230114. OLE color: 1230114.
HSL color Cylindrical-coordinate representation of color #22C512: hue angle of 114.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22C512 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 18 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.23 |
| HSL | 114.64º | 0.83% | 0.42% | - |
| HSV(B) | 114.64º | 0.91% | 0.77% | - |
| XYZ | 20.74 | 40.32 | 7.26 | - |
| YUV | 127.86 | 66 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 18 | 0.83 | 0 | 0.91 | 0.23 | 114.64 | 0.83 | 0.42 |
| Hex | 22 | C5 | 12 | 53 | 0 | 5B | 17 | 73 | 53 | 2A |
| Octal | 42 | 305 | 22 | 123 | 0 | 133 | 27 | 163 | 123 | 52 |
| Binary | 100010 | 11000101 | 10010 | 1010011 | 0 | 1011011 | 10111 | 1110011 | 1010011 | 101010 |
Color Harmonies of #22C512
Complementary color
Monochromatic Colors of #22C512
Black with #22C512
Text Example
Text Example
White with #22C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C512; }
p { color: rgb(34,197,18); }
H1.HeaderClassName
{
color: #22C512;
}
.AnyTagClassName
{
color: #22C512;
}
</style>
background-color css
<style>
a { background-color: #22C512; }
a { background-color: rgb(34,197,18); }
div.DivClassName
{
background-color: #22C512;
}
.BgClassName
{
background-color: #22C512;
}
</style>
border-color css
<style>
span { border-color: #22C512; }
span { border-color: rgb(34,197,18); }
td.TdClassName
{
border-color: #22C512;
}
.TagClassName
{
border-color: #22C512;
}
</style>