Shades of Lime Green #22C037
Tints of Lime Green #22C037
RGB
CMYK
RGB Variations
Color information
#22C037 (or 0x22C037) is known color: Lime Green. HEX triplet: 22, C0 and 37. RGB value is (34,192,55). Sum of RGB (Red+Green+Blue) = 34+192+55=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #22C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C037 is #DD3FC8. Grayscale: #818181. Windows color (decimal): -14499785 or 3653666. OLE color: 3653666.
HSL color Cylindrical-coordinate representation of color #22C037: hue angle of 127.97º 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 #22C037 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 55 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.25 |
| HSL | 127.97º | 0.7% | 0.44% | - |
| HSV(B) | 127.97º | 0.82% | 0.75% | - |
| XYZ | 20.2 | 38.32 | 9.95 | - |
| YUV | 129.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 55 | 0.82 | 0 | 0.71 | 0.25 | 127.97 | 0.7 | 0.44 |
| Hex | 22 | C0 | 37 | 52 | 0 | 47 | 19 | 80 | 46 | 2C |
| Octal | 42 | 300 | 67 | 122 | 0 | 107 | 31 | 200 | 106 | 54 |
| Binary | 100010 | 11000000 | 110111 | 1010010 | 0 | 1000111 | 11001 | 10000000 | 1000110 | 101100 |
Color Harmonies of #22C037
Complementary color
Monochromatic Colors of #22C037
Black with #22C037
Text Example
Text Example
White with #22C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C037; }
p { color: rgb(34,192,55); }
H1.HeaderClassName
{
color: #22C037;
}
.AnyTagClassName
{
color: #22C037;
}
</style>
background-color css
<style>
a { background-color: #22C037; }
a { background-color: rgb(34,192,55); }
div.DivClassName
{
background-color: #22C037;
}
.BgClassName
{
background-color: #22C037;
}
</style>
border-color css
<style>
span { border-color: #22C037; }
span { border-color: rgb(34,192,55); }
td.TdClassName
{
border-color: #22C037;
}
.TagClassName
{
border-color: #22C037;
}
</style>