Shades of Lime Green #22C626
Tints of Lime Green #22C626
RGB
CMYK
RGB Variations
Color information
#22C626 (or 0x22C626) is known color: Lime Green. HEX triplet: 22, C6 and 26. RGB value is (34,198,38). Sum of RGB (Red+Green+Blue) = 34+198+38=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #22C626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C626 is #DD39D9. Grayscale: #838383. Windows color (decimal): -14498266 or 2541090. OLE color: 2541090.
HSL color Cylindrical-coordinate representation of color #22C626: hue angle of 121.46º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C626 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 198 | 38 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.22 |
| HSL | 121.46º | 0.71% | 0.45% | - |
| HSV(B) | 121.46º | 0.83% | 0.78% | - |
| XYZ | 21.2 | 40.87 | 8.6 | - |
| YUV | 130.72 | 75.67 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 198 | 38 | 0.83 | 0 | 0.81 | 0.22 | 121.46 | 0.71 | 0.45 |
| Hex | 22 | C6 | 26 | 53 | 0 | 51 | 16 | 79 | 47 | 2D |
| Octal | 42 | 306 | 46 | 123 | 0 | 121 | 26 | 171 | 107 | 55 |
| Binary | 100010 | 11000110 | 100110 | 1010011 | 0 | 1010001 | 10110 | 1111001 | 1000111 | 101101 |
Color Harmonies of #22C626
Complementary color
Monochromatic Colors of #22C626
Black with #22C626
Text Example
Text Example
White with #22C626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C626; }
p { color: rgb(34,198,38); }
H1.HeaderClassName
{
color: #22C626;
}
.AnyTagClassName
{
color: #22C626;
}
</style>
background-color css
<style>
a { background-color: #22C626; }
a { background-color: rgb(34,198,38); }
div.DivClassName
{
background-color: #22C626;
}
.BgClassName
{
background-color: #22C626;
}
</style>
border-color css
<style>
span { border-color: #22C626; }
span { border-color: rgb(34,198,38); }
td.TdClassName
{
border-color: #22C626;
}
.TagClassName
{
border-color: #22C626;
}
</style>