Shades of Lime Green #22C140
Tints of Lime Green #22C140
RGB
CMYK
RGB Variations
Color information
#22C140 (or 0x22C140) is known color: Lime Green. HEX triplet: 22, C1 and 40. RGB value is (34,193,64). Sum of RGB (Red+Green+Blue) = 34+193+64=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #22C140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C140 is #DD3EBF. Grayscale: #838383. Windows color (decimal): -14499520 or 4243746. OLE color: 4243746.
HSL color Cylindrical-coordinate representation of color #22C140: hue angle of 131.32º 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 #22C140 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 64 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.24 |
| HSL | 131.32º | 0.7% | 0.45% | - |
| HSV(B) | 131.32º | 0.82% | 0.76% | - |
| XYZ | 20.66 | 38.85 | 11.26 | - |
| YUV | 130.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 64 | 0.82 | 0 | 0.67 | 0.24 | 131.32 | 0.7 | 0.45 |
| Hex | 22 | C1 | 40 | 52 | 0 | 43 | 18 | 83 | 46 | 2D |
| Octal | 42 | 301 | 100 | 122 | 0 | 103 | 30 | 203 | 106 | 55 |
| Binary | 100010 | 11000001 | 1000000 | 1010010 | 0 | 1000011 | 11000 | 10000011 | 1000110 | 101101 |
Color Harmonies of #22C140
Complementary color
Monochromatic Colors of #22C140
Black with #22C140
Text Example
Text Example
White with #22C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C140; }
p { color: rgb(34,193,64); }
H1.HeaderClassName
{
color: #22C140;
}
.AnyTagClassName
{
color: #22C140;
}
</style>
background-color css
<style>
a { background-color: #22C140; }
a { background-color: rgb(34,193,64); }
div.DivClassName
{
background-color: #22C140;
}
.BgClassName
{
background-color: #22C140;
}
</style>
border-color css
<style>
span { border-color: #22C140; }
span { border-color: rgb(34,193,64); }
td.TdClassName
{
border-color: #22C140;
}
.TagClassName
{
border-color: #22C140;
}
</style>