#22B52E

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

Shades of Lime Green #22B52E

Tints of Lime Green #22B52E

Color information

#22B52E (or 0x22B52E) is unknown color: approx Lime Green. HEX triplet: 22, B5 and 2E. RGB value is (34,181,46). Sum of RGB (Red+Green+Blue) = 34+181+46=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 181 (71.09% from 255 or 69.35% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 181 - color contains mainly: green. Hex color #22B52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B52E is #DD4AD1. Grayscale: #7A7A7A. Windows color (decimal): -14502610 or 3061026. OLE color: 3061026.

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

Color convert

RGB3418146-
CMYK0.8100.750.29
HSL124.9º68.37%42.16%-
HSV(B)124.9º81.22%70.98%-
XYZ17.6833.598.14-
YUV121.6685.365.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 181 (71.09% from 255) = 69.35%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=13.03%
G=69.35%
B=17.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34181460.8100.750.29124.968.3742.16
Hex22B52E5104B1D7d442a
Octal422655612101133517510452
Binary100010101101011011101010001010010111110111111011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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