Shades of Lime Green #22C144
Tints of Lime Green #22C144
RGB
CMYK
RGB Variations
Color information
#22C144 (or 0x22C144) is known color: Lime Green. HEX triplet: 22, C1 and 44. RGB value is (34,193,68). Sum of RGB (Red+Green+Blue) = 34+193+68=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #22C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C144 is #DD3EBB. Grayscale: #838383. Windows color (decimal): -14499516 or 4505890. OLE color: 4505890.
HSL color Cylindrical-coordinate representation of color #22C144: hue angle of 132.83º 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 #22C144 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 68 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.24 |
| HSL | 132.83º | 0.7% | 0.45% | - |
| HSV(B) | 132.83º | 0.82% | 0.76% | - |
| XYZ | 20.77 | 38.9 | 11.88 | - |
| YUV | 131.21 | 92.32 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 68 | 0.82 | 0 | 0.65 | 0.24 | 132.83 | 0.7 | 0.45 |
| Hex | 22 | C1 | 44 | 52 | 0 | 41 | 18 | 85 | 46 | 2D |
| Octal | 42 | 301 | 104 | 122 | 0 | 101 | 30 | 205 | 106 | 55 |
| Binary | 100010 | 11000001 | 1000100 | 1010010 | 0 | 1000001 | 11000 | 10000101 | 1000110 | 101101 |
Color Harmonies of #22C144
Complementary color
Monochromatic Colors of #22C144
Black with #22C144
Text Example
Text Example
White with #22C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C144; }
p { color: rgb(34,193,68); }
H1.HeaderClassName
{
color: #22C144;
}
.AnyTagClassName
{
color: #22C144;
}
</style>
background-color css
<style>
a { background-color: #22C144; }
a { background-color: rgb(34,193,68); }
div.DivClassName
{
background-color: #22C144;
}
.BgClassName
{
background-color: #22C144;
}
</style>
border-color css
<style>
span { border-color: #22C144; }
span { border-color: rgb(34,193,68); }
td.TdClassName
{
border-color: #22C144;
}
.TagClassName
{
border-color: #22C144;
}
</style>