Shades of Lime Green #22C20F
Tints of Lime Green #22C20F
RGB
CMYK
RGB Variations
Color information
#22C20F (or 0x22C20F) is known color: Lime Green. HEX triplet: 22, C2 and 0F. RGB value is (34,194,15). Sum of RGB (Red+Green+Blue) = 34+194+15=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #22C20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C20F is #DD3DF0. Grayscale: #7E7E7E. Windows color (decimal): -14499313 or 1032738. OLE color: 1032738.
HSL color Cylindrical-coordinate representation of color #22C20F: hue angle of 113.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22C20F is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 15 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.24 |
| HSL | 113.63º | 0.86% | 0.41% | - |
| HSV(B) | 113.63º | 0.92% | 0.76% | - |
| XYZ | 20.04 | 38.96 | 6.92 | - |
| YUV | 125.75 | 65.49 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 15 | 0.82 | 0 | 0.92 | 0.24 | 113.63 | 0.86 | 0.41 |
| Hex | 22 | C2 | F | 52 | 0 | 5C | 18 | 72 | 56 | 29 |
| Octal | 42 | 302 | 17 | 122 | 0 | 134 | 30 | 162 | 126 | 51 |
| Binary | 100010 | 11000010 | 1111 | 1010010 | 0 | 1011100 | 11000 | 1110010 | 1010110 | 101001 |
Color Harmonies of #22C20F
Complementary color
Monochromatic Colors of #22C20F
Black with #22C20F
Text Example
Text Example
White with #22C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C20F; }
p { color: rgb(34,194,15); }
H1.HeaderClassName
{
color: #22C20F;
}
.AnyTagClassName
{
color: #22C20F;
}
</style>
background-color css
<style>
a { background-color: #22C20F; }
a { background-color: rgb(34,194,15); }
div.DivClassName
{
background-color: #22C20F;
}
.BgClassName
{
background-color: #22C20F;
}
</style>
border-color css
<style>
span { border-color: #22C20F; }
span { border-color: rgb(34,194,15); }
td.TdClassName
{
border-color: #22C20F;
}
.TagClassName
{
border-color: #22C20F;
}
</style>