Shades of Lime Green #22C227
Tints of Lime Green #22C227
RGB
CMYK
RGB Variations
Color information
#22C227 (or 0x22C227) is known color: Lime Green. HEX triplet: 22, C2 and 27. RGB value is (34,194,39). Sum of RGB (Red+Green+Blue) = 34+194+39=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 194 (76.17% from 255 or 72.66% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 194 - color contains mainly: green. Hex color #22C227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C227 is #DD3DD8. Grayscale: #808080. Windows color (decimal): -14499289 or 2605602. OLE color: 2605602.
HSL color Cylindrical-coordinate representation of color #22C227: hue angle of 121.88º 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 #22C227 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 39 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.24 |
| HSL | 121.88º | 0.7% | 0.45% | - |
| HSV(B) | 121.88º | 0.82% | 0.76% | - |
| XYZ | 20.32 | 39.07 | 8.39 | - |
| YUV | 128.49 | 77.49 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 39 | 0.82 | 0 | 0.80 | 0.24 | 121.88 | 0.7 | 0.45 |
| Hex | 22 | C2 | 27 | 52 | 0 | 50 | 18 | 7A | 46 | 2D |
| Octal | 42 | 302 | 47 | 122 | 0 | 120 | 30 | 172 | 106 | 55 |
| Binary | 100010 | 11000010 | 100111 | 1010010 | 0 | 1010000 | 11000 | 1111010 | 1000110 | 101101 |
Color Harmonies of #22C227
Complementary color
Monochromatic Colors of #22C227
Black with #22C227
Text Example
Text Example
White with #22C227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C227; }
p { color: rgb(34,194,39); }
H1.HeaderClassName
{
color: #22C227;
}
.AnyTagClassName
{
color: #22C227;
}
</style>
background-color css
<style>
a { background-color: #22C227; }
a { background-color: rgb(34,194,39); }
div.DivClassName
{
background-color: #22C227;
}
.BgClassName
{
background-color: #22C227;
}
</style>
border-color css
<style>
span { border-color: #22C227; }
span { border-color: rgb(34,194,39); }
td.TdClassName
{
border-color: #22C227;
}
.TagClassName
{
border-color: #22C227;
}
</style>