#22C60F

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

Shades of Lime Green #22C60F

Tints of Lime Green #22C60F

Color information

#22C60F (or 0x22C60F) is unknown color: approx Lime Green. HEX triplet: 22, C6 and 0F. RGB value is (34,198,15). Sum of RGB (Red+Green+Blue) = 34+198+15=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #22C60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C60F is #DD39F0. Grayscale: #808080. Windows color (decimal): -14498289 or 1033762. OLE color: 1033762.

HSL color Cylindrical-coordinate representation of color #22C60F: hue angle of 113.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22C60F is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB3419815-
CMYK0.8300.920.22
HSL113.77º85.92%41.76%-
HSV(B)113.77º92.42%77.65%-
XYZ20.9440.767.22-
YUV128.164.1760.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 198 (77.73% from 255) = 80.16%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=13.77%
G=80.16%
B=6.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal34198150.8300.920.22113.7785.9241.76
Hex22C6F5305C1672562a
Octal423061712301342616212652
Binary1000101100011011111010011010111001011011100101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,198,15); }

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

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

 a { background-color: rgb(34,198,15); }

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

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

 span { border-color: rgb(34,198,15); }

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