Shades of Lime Green #22C522
Tints of Lime Green #22C522
RGB
CMYK
RGB Variations
Color information
#22C522 (or 0x22C522) is known color: Lime Green. HEX triplet: 22, C5 and 22. RGB value is (34,197,34). Sum of RGB (Red+Green+Blue) = 34+197+34=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #22C522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C522 is #DD3ADD. Grayscale: #828282. Windows color (decimal): -14498526 or 2278690. OLE color: 2278690.
HSL color Cylindrical-coordinate representation of color #22C522: hue angle of 120º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C522 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 34 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.23 |
| HSL | 120º | 0.71% | 0.45% | - |
| HSV(B) | 120º | 0.83% | 0.77% | - |
| XYZ | 20.91 | 40.39 | 8.21 | - |
| YUV | 129.68 | 74 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 34 | 0.83 | 0 | 0.83 | 0.23 | 120 | 0.71 | 0.45 |
| Hex | 22 | C5 | 22 | 53 | 0 | 53 | 17 | 78 | 47 | 2D |
| Octal | 42 | 305 | 42 | 123 | 0 | 123 | 27 | 170 | 107 | 55 |
| Binary | 100010 | 11000101 | 100010 | 1010011 | 0 | 1010011 | 10111 | 1111000 | 1000111 | 101101 |
Color Harmonies of #22C522
Complementary color
Monochromatic Colors of #22C522
Black with #22C522
Text Example
Text Example
White with #22C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C522; }
p { color: rgb(34,197,34); }
H1.HeaderClassName
{
color: #22C522;
}
.AnyTagClassName
{
color: #22C522;
}
</style>
background-color css
<style>
a { background-color: #22C522; }
a { background-color: rgb(34,197,34); }
div.DivClassName
{
background-color: #22C522;
}
.BgClassName
{
background-color: #22C522;
}
</style>
border-color css
<style>
span { border-color: #22C522; }
span { border-color: rgb(34,197,34); }
td.TdClassName
{
border-color: #22C522;
}
.TagClassName
{
border-color: #22C522;
}
</style>