Shades of Lime Green #22C310
Tints of Lime Green #22C310
RGB
CMYK
RGB Variations
Color information
#22C310 (or 0x22C310) is known color: Lime Green. HEX triplet: 22, C3 and 10. RGB value is (34,195,16). Sum of RGB (Red+Green+Blue) = 34+195+16=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #22C310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C310 is #DD3CEF. Grayscale: #7F7F7F. Windows color (decimal): -14499056 or 1098530. OLE color: 1098530.
HSL color Cylindrical-coordinate representation of color #22C310: hue angle of 113.97º degrees, saturation: 0.85, 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 #22C310 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 16 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.24 |
| HSL | 113.97º | 0.85% | 0.41% | - |
| HSV(B) | 113.97º | 0.92% | 0.76% | - |
| XYZ | 20.27 | 39.41 | 7.03 | - |
| YUV | 126.46 | 65.66 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 16 | 0.83 | 0 | 0.92 | 0.24 | 113.97 | 0.85 | 0.41 |
| Hex | 22 | C3 | 10 | 53 | 0 | 5C | 18 | 72 | 55 | 29 |
| Octal | 42 | 303 | 20 | 123 | 0 | 134 | 30 | 162 | 125 | 51 |
| Binary | 100010 | 11000011 | 10000 | 1010011 | 0 | 1011100 | 11000 | 1110010 | 1010101 | 101001 |
Color Harmonies of #22C310
Complementary color
Monochromatic Colors of #22C310
Black with #22C310
Text Example
Text Example
White with #22C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C310; }
p { color: rgb(34,195,16); }
H1.HeaderClassName
{
color: #22C310;
}
.AnyTagClassName
{
color: #22C310;
}
</style>
background-color css
<style>
a { background-color: #22C310; }
a { background-color: rgb(34,195,16); }
div.DivClassName
{
background-color: #22C310;
}
.BgClassName
{
background-color: #22C310;
}
</style>
border-color css
<style>
span { border-color: #22C310; }
span { border-color: rgb(34,195,16); }
td.TdClassName
{
border-color: #22C310;
}
.TagClassName
{
border-color: #22C310;
}
</style>