Shades of Lime Green #22C228
Tints of Lime Green #22C228
RGB
CMYK
RGB Variations
Color information
#22C228 (or 0x22C228) is known color: Lime Green. HEX triplet: 22, C2 and 28. RGB value is (34,194,40). Sum of RGB (Red+Green+Blue) = 34+194+40=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #22C228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C228 is #DD3DD7. Grayscale: #818181. Windows color (decimal): -14499288 or 2671138. OLE color: 2671138.
HSL color Cylindrical-coordinate representation of color #22C228: hue angle of 122.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 #22C228 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 40 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.24 |
| HSL | 122.25º | 0.7% | 0.45% | - |
| HSV(B) | 122.25º | 0.82% | 0.76% | - |
| XYZ | 20.33 | 39.08 | 8.48 | - |
| YUV | 128.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 40 | 0.82 | 0 | 0.79 | 0.24 | 122.25 | 0.7 | 0.45 |
| Hex | 22 | C2 | 28 | 52 | 0 | 4F | 18 | 7A | 46 | 2D |
| Octal | 42 | 302 | 50 | 122 | 0 | 117 | 30 | 172 | 106 | 55 |
| Binary | 100010 | 11000010 | 101000 | 1010010 | 0 | 1001111 | 11000 | 1111010 | 1000110 | 101101 |
Color Harmonies of #22C228
Complementary color
Monochromatic Colors of #22C228
Black with #22C228
Text Example
Text Example
White with #22C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C228; }
p { color: rgb(34,194,40); }
H1.HeaderClassName
{
color: #22C228;
}
.AnyTagClassName
{
color: #22C228;
}
</style>
background-color css
<style>
a { background-color: #22C228; }
a { background-color: rgb(34,194,40); }
div.DivClassName
{
background-color: #22C228;
}
.BgClassName
{
background-color: #22C228;
}
</style>
border-color css
<style>
span { border-color: #22C228; }
span { border-color: rgb(34,194,40); }
td.TdClassName
{
border-color: #22C228;
}
.TagClassName
{
border-color: #22C228;
}
</style>