Shades of Lime Green #22C042
Tints of Lime Green #22C042
RGB
CMYK
RGB Variations
Color information
#22C042 (or 0x22C042) is known color: Lime Green. HEX triplet: 22, C0 and 42. RGB value is (34,192,66). Sum of RGB (Red+Green+Blue) = 34+192+66=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #22C042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C042 is #DD3FBD. Grayscale: #828282. Windows color (decimal): -14499774 or 4374562. OLE color: 4374562.
HSL color Cylindrical-coordinate representation of color #22C042: hue angle of 132.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C042 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 66 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.25 |
| HSL | 132.15º | 0.7% | 0.44% | - |
| HSV(B) | 132.15º | 0.82% | 0.75% | - |
| XYZ | 20.49 | 38.43 | 11.49 | - |
| YUV | 130.39 | 91.65 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 66 | 0.82 | 0 | 0.66 | 0.25 | 132.15 | 0.7 | 0.44 |
| Hex | 22 | C0 | 42 | 52 | 0 | 42 | 19 | 84 | 46 | 2C |
| Octal | 42 | 300 | 102 | 122 | 0 | 102 | 31 | 204 | 106 | 54 |
| Binary | 100010 | 11000000 | 1000010 | 1010010 | 0 | 1000010 | 11001 | 10000100 | 1000110 | 101100 |
Color Harmonies of #22C042
Complementary color
Monochromatic Colors of #22C042
Black with #22C042
Text Example
Text Example
White with #22C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C042; }
p { color: rgb(34,192,66); }
H1.HeaderClassName
{
color: #22C042;
}
.AnyTagClassName
{
color: #22C042;
}
</style>
background-color css
<style>
a { background-color: #22C042; }
a { background-color: rgb(34,192,66); }
div.DivClassName
{
background-color: #22C042;
}
.BgClassName
{
background-color: #22C042;
}
</style>
border-color css
<style>
span { border-color: #22C042; }
span { border-color: rgb(34,192,66); }
td.TdClassName
{
border-color: #22C042;
}
.TagClassName
{
border-color: #22C042;
}
</style>