Shades of Lime Green #22C426
Tints of Lime Green #22C426
RGB
CMYK
RGB Variations
Color information
#22C426 (or 0x22C426) is known color: Lime Green. HEX triplet: 22, C4 and 26. RGB value is (34,196,38). Sum of RGB (Red+Green+Blue) = 34+196+38=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #22C426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C426 is #DD3BD9. Grayscale: #828282. Windows color (decimal): -14498778 or 2540578. OLE color: 2540578.
HSL color Cylindrical-coordinate representation of color #22C426: hue angle of 121.48º degrees, saturation: 0.7, 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 #22C426 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 38 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.23 |
| HSL | 121.48º | 0.7% | 0.45% | - |
| HSV(B) | 121.48º | 0.83% | 0.77% | - |
| XYZ | 20.75 | 39.96 | 8.45 | - |
| YUV | 129.55 | 76.33 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 38 | 0.83 | 0 | 0.81 | 0.23 | 121.48 | 0.7 | 0.45 |
| Hex | 22 | C4 | 26 | 53 | 0 | 51 | 17 | 79 | 46 | 2D |
| Octal | 42 | 304 | 46 | 123 | 0 | 121 | 27 | 171 | 106 | 55 |
| Binary | 100010 | 11000100 | 100110 | 1010011 | 0 | 1010001 | 10111 | 1111001 | 1000110 | 101101 |
Color Harmonies of #22C426
Complementary color
Monochromatic Colors of #22C426
Black with #22C426
Text Example
Text Example
White with #22C426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C426; }
p { color: rgb(34,196,38); }
H1.HeaderClassName
{
color: #22C426;
}
.AnyTagClassName
{
color: #22C426;
}
</style>
background-color css
<style>
a { background-color: #22C426; }
a { background-color: rgb(34,196,38); }
div.DivClassName
{
background-color: #22C426;
}
.BgClassName
{
background-color: #22C426;
}
</style>
border-color css
<style>
span { border-color: #22C426; }
span { border-color: rgb(34,196,38); }
td.TdClassName
{
border-color: #22C426;
}
.TagClassName
{
border-color: #22C426;
}
</style>