Shades of Lime Green #22C437
Tints of Lime Green #22C437
RGB
CMYK
RGB Variations
Color information
#22C437 (or 0x22C437) is known color: Lime Green. HEX triplet: 22, C4 and 37. RGB value is (34,196,55). Sum of RGB (Red+Green+Blue) = 34+196+55=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #22C437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C437 is #DD3BC8. Grayscale: #838383. Windows color (decimal): -14498761 or 3654690. OLE color: 3654690.
HSL color Cylindrical-coordinate representation of color #22C437: hue angle of 127.78º 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 #22C437 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 55 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.23 |
| HSL | 127.78º | 0.7% | 0.45% | - |
| HSV(B) | 127.78º | 0.83% | 0.77% | - |
| XYZ | 21.09 | 40.1 | 10.24 | - |
| YUV | 131.49 | 84.83 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 55 | 0.83 | 0 | 0.72 | 0.23 | 127.78 | 0.7 | 0.45 |
| Hex | 22 | C4 | 37 | 53 | 0 | 48 | 17 | 80 | 46 | 2D |
| Octal | 42 | 304 | 67 | 123 | 0 | 110 | 27 | 200 | 106 | 55 |
| Binary | 100010 | 11000100 | 110111 | 1010011 | 0 | 1001000 | 10111 | 10000000 | 1000110 | 101101 |
Color Harmonies of #22C437
Complementary color
Monochromatic Colors of #22C437
Black with #22C437
Text Example
Text Example
White with #22C437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C437; }
p { color: rgb(34,196,55); }
H1.HeaderClassName
{
color: #22C437;
}
.AnyTagClassName
{
color: #22C437;
}
</style>
background-color css
<style>
a { background-color: #22C437; }
a { background-color: rgb(34,196,55); }
div.DivClassName
{
background-color: #22C437;
}
.BgClassName
{
background-color: #22C437;
}
</style>
border-color css
<style>
span { border-color: #22C437; }
span { border-color: rgb(34,196,55); }
td.TdClassName
{
border-color: #22C437;
}
.TagClassName
{
border-color: #22C437;
}
</style>