#22B52B

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

Shades of Lime Green #22B52B

Tints of Lime Green #22B52B

Color information

#22B52B (or 0x22B52B) is unknown color: approx Lime Green. HEX triplet: 22, B5 and 2B. RGB value is (34,181,43). Sum of RGB (Red+Green+Blue) = 34+181+43=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 181 (71.09% from 255 or 70.16% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 181 - color contains mainly: green. Hex color #22B52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B52B is #DD4AD4. Grayscale: #797979. Windows color (decimal): -14502613 or 2864418. OLE color: 2864418.

HSL color Cylindrical-coordinate representation of color #22B52B: hue angle of 123.67º 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 #22B52B is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB3418143-
CMYK0.8100.760.29
HSL123.67º68.37%42.16%-
HSV(B)123.67º81.22%70.98%-
XYZ17.6233.567.84-
YUV121.3283.865.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 181 (71.09% from 255) = 70.16%
BLUE value IS 43 (17.19% from 255) = 16.67%
R=13.18%
G=70.16%
B=16.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34181430.8100.760.29123.6768.3742.16
Hex22B52B5104C1D7c442a
Octal422655312101143517410452
Binary100010101101011010111010001010011001110111111001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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