#22B526

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

Shades of Lime Green #22B526

Tints of Lime Green #22B526

Color information

#22B526 (or 0x22B526) is unknown color: approx Lime Green. HEX triplet: 22, B5 and 26. RGB value is (34,181,38). Sum of RGB (Red+Green+Blue) = 34+181+38=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 181 (71.09% from 255 or 71.54% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 181 - color contains mainly: green. Hex color #22B526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B526 is #DD4AD9. Grayscale: #797979. Windows color (decimal): -14502618 or 2536738. OLE color: 2536738.

HSL color Cylindrical-coordinate representation of color #22B526: hue angle of 121.63º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B526 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB3418138-
CMYK0.8100.790.29
HSL121.63º68.37%42.16%-
HSV(B)121.63º81.22%70.98%-
XYZ17.5333.537.38-
YUV120.7481.366.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 181 (71.09% from 255) = 71.54%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=13.44%
G=71.54%
B=15.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34181380.8100.790.29121.6368.3742.16
Hex22B5265104F1D7a442a
Octal422654612101173517210452
Binary100010101101011001101010001010011111110111110101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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