#22BB36

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

Shades of Lime Green #22BB36

Tints of Lime Green #22BB36

Color information

#22BB36 (or 0x22BB36) is unknown color: approx Lime Green. HEX triplet: 22, BB and 36. RGB value is (34,187,54). Sum of RGB (Red+Green+Blue) = 34+187+54=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #22BB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BB36 is #DD44C9. Grayscale: #7E7E7E. Windows color (decimal): -14501066 or 3586850. OLE color: 3586850.

HSL color Cylindrical-coordinate representation of color #22BB36: hue angle of 127.84º 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 #22BB36 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB3418754-
CMYK0.8200.710.27
HSL127.84º69.23%43.33%-
HSV(B)127.84º81.82%73.33%-
XYZ19.136.159.46-
YUV126.0987.3162.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 187 (73.44% from 255) = 68%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=12.36%
G=68%
B=19.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34187540.8200.710.27127.8469.2343.33
Hex22BB36520471B80452b
Octal422736612201073320010553
Binary1000101011101111011010100100100011111011100000001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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