#22C114

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

Shades of Lime Green #22C114

Tints of Lime Green #22C114

Color information

#22C114 (or 0x22C114) is unknown color: approx Lime Green. HEX triplet: 22, C1 and 14. RGB value is (34,193,20). Sum of RGB (Red+Green+Blue) = 34+193+20=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #22C114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C114 is #DD3EEB. Grayscale: #7E7E7E. Windows color (decimal): -14499564 or 1360162. OLE color: 1360162.

HSL color Cylindrical-coordinate representation of color #22C114: hue angle of 115.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22C114 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB3419320-
CMYK0.8200.900.24
HSL115.14º81.22%41.76%-
HSV(B)115.14º89.64%75.69%-
XYZ19.8638.537.05-
YUV125.7468.3262.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 193 (75.78% from 255) = 78.14%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=13.77%
G=78.14%
B=8.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34193200.8200.900.24115.1481.2241.76
Hex22C1145205A1873512a
Octal423012412201323016312152
Binary10001011000001101001010010010110101100011100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,193,20); }

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

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

 a { background-color: rgb(34,193,20); }

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

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

 span { border-color: rgb(34,193,20); }

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