#22BB11

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

Shades of Lime Green #22BB11

Tints of Lime Green #22BB11

Color information

#22BB11 (or 0x22BB11) is unknown color: approx Lime Green. HEX triplet: 22, BB and 11. RGB value is (34,187,17). Sum of RGB (Red+Green+Blue) = 34+187+17=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 187 (73.44% from 255 or 78.57% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 187 - color contains mainly: green. Hex color #22BB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BB11 is #DD44EE. Grayscale: #7A7A7A. Windows color (decimal): -14501103 or 1162018. OLE color: 1162018.

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

Color convert

RGB3418717-
CMYK0.8200.910.27
HSL114º83.33%40%-
HSV(B)114º90.91%73.33%-
XYZ18.5335.926.49-
YUV121.8768.8165.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 187 (73.44% from 255) = 78.57%
BLUE value IS 17 (7.03% from 255) = 7.14%
R=14.29%
G=78.57%
B=7.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34187170.8200.910.2711483.3340
Hex22BB115205B1B725328
Octal422732112201333316212350
Binary10001010111011100011010010010110111101111100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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