#22BB18

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

Shades of Lime Green #22BB18

Tints of Lime Green #22BB18

Color information

#22BB18 (or 0x22BB18) is unknown color: approx Lime Green. HEX triplet: 22, BB and 18. RGB value is (34,187,24). Sum of RGB (Red+Green+Blue) = 34+187+24=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 187 (73.44% from 255 or 76.33% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 187 - color contains mainly: green. Hex color #22BB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BB18 is #DD44E7. Grayscale: #7B7B7B. Windows color (decimal): -14501096 or 1620770. OLE color: 1620770.

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

Color convert

RGB3418724-
CMYK0.8200.870.27
HSL116.32º77.25%41.37%-
HSV(B)116.32º87.17%73.33%-
XYZ18.5935.956.82-
YUV122.6772.3164.75-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 187 (73.44% from 255) = 76.33%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=13.88%
G=76.33%
B=9.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34187240.8200.870.27116.3277.2541.37
Hex22BB18520571B744d29
Octal422733012201273316411551
Binary10001010111011110001010010010101111101111101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BB18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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