Shades of Lime Green #22C109
Tints of Lime Green #22C109
RGB
CMYK
RGB Variations
Color information
#22C109 (or 0x22C109) is known color: Lime Green. HEX triplet: 22, C1 and 09. RGB value is (34,193,9). Sum of RGB (Red+Green+Blue) = 34+193+9=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 193 (75.78% from 255 or 81.78% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 193 - color contains mainly: green. Hex color #22C109 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C109 is #DD3EF6. Grayscale: #7D7D7D. Windows color (decimal): -14499575 or 639266. OLE color: 639266.
HSL color Cylindrical-coordinate representation of color #22C109: hue angle of 111.85º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #22C109 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 9 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.24 |
| HSL | 111.85º | 0.91% | 0.4% | - |
| HSV(B) | 111.85º | 0.95% | 0.76% | - |
| XYZ | 19.78 | 38.5 | 6.65 | - |
| YUV | 124.48 | 62.82 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 9 | 0.82 | 0 | 0.95 | 0.24 | 111.85 | 0.91 | 0.4 |
| Hex | 22 | C1 | 9 | 52 | 0 | 5F | 18 | 70 | 5B | 28 |
| Octal | 42 | 301 | 11 | 122 | 0 | 137 | 30 | 160 | 133 | 50 |
| Binary | 100010 | 11000001 | 1001 | 1010010 | 0 | 1011111 | 11000 | 1110000 | 1011011 | 101000 |
Color Harmonies of #22C109
Complementary color
Monochromatic Colors of #22C109
Black with #22C109
Text Example
Text Example
White with #22C109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C109; }
p { color: rgb(34,193,9); }
H1.HeaderClassName
{
color: #22C109;
}
.AnyTagClassName
{
color: #22C109;
}
</style>
background-color css
<style>
a { background-color: #22C109; }
a { background-color: rgb(34,193,9); }
div.DivClassName
{
background-color: #22C109;
}
.BgClassName
{
background-color: #22C109;
}
</style>
border-color css
<style>
span { border-color: #22C109; }
span { border-color: rgb(34,193,9); }
td.TdClassName
{
border-color: #22C109;
}
.TagClassName
{
border-color: #22C109;
}
</style>