Shades of Lime Green #22C50A
Tints of Lime Green #22C50A
RGB
CMYK
RGB Variations
Color information
#22C50A (or 0x22C50A) is known color: Lime Green. HEX triplet: 22, C5 and 0A. RGB value is (34,197,10). Sum of RGB (Red+Green+Blue) = 34+197+10=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #22C50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C50A is #DD3AF5. Grayscale: #7F7F7F. Windows color (decimal): -14498550 or 705826. OLE color: 705826.
HSL color Cylindrical-coordinate representation of color #22C50A: hue angle of 112.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22C50A is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 10 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.23 |
| HSL | 112.3º | 0.9% | 0.41% | - |
| HSV(B) | 112.3º | 0.95% | 0.77% | - |
| XYZ | 20.68 | 40.29 | 6.97 | - |
| YUV | 126.95 | 62 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 10 | 0.83 | 0 | 0.95 | 0.23 | 112.3 | 0.9 | 0.41 |
| Hex | 22 | C5 | A | 53 | 0 | 5F | 17 | 70 | 5A | 29 |
| Octal | 42 | 305 | 12 | 123 | 0 | 137 | 27 | 160 | 132 | 51 |
| Binary | 100010 | 11000101 | 1010 | 1010011 | 0 | 1011111 | 10111 | 1110000 | 1011010 | 101001 |
Color Harmonies of #22C50A
Complementary color
Monochromatic Colors of #22C50A
Black with #22C50A
Text Example
Text Example
White with #22C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C50A; }
p { color: rgb(34,197,10); }
H1.HeaderClassName
{
color: #22C50A;
}
.AnyTagClassName
{
color: #22C50A;
}
</style>
background-color css
<style>
a { background-color: #22C50A; }
a { background-color: rgb(34,197,10); }
div.DivClassName
{
background-color: #22C50A;
}
.BgClassName
{
background-color: #22C50A;
}
</style>
border-color css
<style>
span { border-color: #22C50A; }
span { border-color: rgb(34,197,10); }
td.TdClassName
{
border-color: #22C50A;
}
.TagClassName
{
border-color: #22C50A;
}
</style>