#22C210

Color #22C210 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #22C210

Tints of Lime Green #22C210

Color information

#22C210 (or 0x22C210) is unknown color: approx Lime Green. HEX triplet: 22, C2 and 10. RGB value is (34,194,16). Sum of RGB (Red+Green+Blue) = 34+194+16=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #22C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C210 is #DD3DEF. Grayscale: #7E7E7E. Windows color (decimal): -14499312 or 1098274. OLE color: 1098274.

HSL color Cylindrical-coordinate representation of color #22C210: hue angle of 113.93º 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 #22C210 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB3419416-
CMYK0.8200.920.24
HSL113.93º84.76%41.18%-
HSV(B)113.93º91.75%76.08%-
XYZ20.0538.966.95-
YUV125.8765.9962.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 194 (76.17% from 255) = 79.51%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=13.93%
G=79.51%
B=6.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34194160.8200.920.24113.9384.7641.18
Hex22C2105205C18725529
Octal423022012201343016212551
Binary10001011000010100001010010010111001100011100101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C210; }

 p { color: rgb(34,194,16); }

 H1.HeaderClassName
 {
   color: #22C210;
 }
 .AnyTagClassName
 {
   color: #22C210;
 }
</style>
background-color css

<style>
 a { background-color: #22C210; }

 a { background-color: rgb(34,194,16); }

 div.DivClassName
 {
   background-color: #22C210;
 }
 .BgClassName
 {
   background-color: #22C210;
 }
</style>
border-color css

<style>
 span { border-color: #22C210; }

 span { border-color: rgb(34,194,16); }

 td.TdClassName
 {
   border-color: #22C210;
 }
 .TagClassName
 {
   border-color: #22C210;
 }
</style>