#22BB40

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

Shades of Lime Green #22BB40

Tints of Lime Green #22BB40

Color information

#22BB40 (or 0x22BB40) is unknown color: approx Lime Green. HEX triplet: 22, BB and 40. RGB value is (34,187,64). Sum of RGB (Red+Green+Blue) = 34+187+64=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 187 (73.44% from 255 or 65.61% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 187 - color contains mainly: green. Hex color #22BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BB40 is #DD44BF. Grayscale: #7F7F7F. Windows color (decimal): -14501056 or 4242210. OLE color: 4242210.

HSL color Cylindrical-coordinate representation of color #22BB40: hue angle of 131.76º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BB40 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB3418764-
CMYK0.8200.660.27
HSL131.76º69.23%43.33%-
HSV(B)131.76º81.82%73.33%-
XYZ19.3636.2510.83-
YUV127.2392.3161.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.93%
GREEN value IS 187 (73.44% from 255) = 65.61%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=11.93%
G=65.61%
B=22.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34187640.8200.660.27131.7669.2343.33
Hex22BB40520421B84452b
Octal4227310012201023320410553
Binary10001010111011100000010100100100001011011100001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,187,64); }

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

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

 a { background-color: rgb(34,187,64); }

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

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

 span { border-color: rgb(34,187,64); }

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