#22C426

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

Shades of Lime Green #22C426

Tints of Lime Green #22C426

Color information

#22C426 (or 0x22C426) is unknown color: approx Lime Green. HEX triplet: 22, C4 and 26. RGB value is (34,196,38). Sum of RGB (Red+Green+Blue) = 34+196+38=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #22C426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C426 is #DD3BD9. Grayscale: #828282. Windows color (decimal): -14498778 or 2540578. OLE color: 2540578.

HSL color Cylindrical-coordinate representation of color #22C426: hue angle of 121.48º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C426 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB3419638-
CMYK0.8300.810.23
HSL121.48º70.43%45.1%-
HSV(B)121.48º82.65%76.86%-
XYZ20.7539.968.45-
YUV129.5576.3359.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 196 (76.95% from 255) = 73.13%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=12.69%
G=73.13%
B=14.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal34196380.8300.810.23121.4870.4345.1
Hex22C426530511779462d
Octal423044612301212717110655
Binary100010110001001001101010011010100011011111110011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,196,38); }

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

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

 a { background-color: rgb(34,196,38); }

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

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

 span { border-color: rgb(34,196,38); }

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