Shades of Lime Green #22C240
Tints of Lime Green #22C240
RGB
CMYK
RGB Variations
Color information
#22C240 (or 0x22C240) is known color: Lime Green. HEX triplet: 22, C2 and 40. RGB value is (34,194,64). Sum of RGB (Red+Green+Blue) = 34+194+64=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #22C240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C240 is #DD3DBF. Grayscale: #838383. Windows color (decimal): -14499264 or 4244002. OLE color: 4244002.
HSL color Cylindrical-coordinate representation of color #22C240: hue angle of 131.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C240 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 64 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.24 |
| HSL | 131.25º | 0.7% | 0.45% | - |
| HSV(B) | 131.25º | 0.82% | 0.76% | - |
| XYZ | 20.88 | 39.29 | 11.33 | - |
| YUV | 131.34 | 89.99 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 64 | 0.82 | 0 | 0.67 | 0.24 | 131.25 | 0.7 | 0.45 |
| Hex | 22 | C2 | 40 | 52 | 0 | 43 | 18 | 83 | 46 | 2D |
| Octal | 42 | 302 | 100 | 122 | 0 | 103 | 30 | 203 | 106 | 55 |
| Binary | 100010 | 11000010 | 1000000 | 1010010 | 0 | 1000011 | 11000 | 10000011 | 1000110 | 101101 |
Color Harmonies of #22C240
Complementary color
Monochromatic Colors of #22C240
Black with #22C240
Text Example
Text Example
White with #22C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C240; }
p { color: rgb(34,194,64); }
H1.HeaderClassName
{
color: #22C240;
}
.AnyTagClassName
{
color: #22C240;
}
</style>
background-color css
<style>
a { background-color: #22C240; }
a { background-color: rgb(34,194,64); }
div.DivClassName
{
background-color: #22C240;
}
.BgClassName
{
background-color: #22C240;
}
</style>
border-color css
<style>
span { border-color: #22C240; }
span { border-color: rgb(34,194,64); }
td.TdClassName
{
border-color: #22C240;
}
.TagClassName
{
border-color: #22C240;
}
</style>