#22BA19

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

Shades of Lime Green #22BA19

Tints of Lime Green #22BA19

Color information

#22BA19 (or 0x22BA19) is unknown color: approx Lime Green. HEX triplet: 22, BA and 19. RGB value is (34,186,25). Sum of RGB (Red+Green+Blue) = 34+186+25=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BA19 is #DD45E6. Grayscale: #7A7A7A. Windows color (decimal): -14501351 or 1686050. OLE color: 1686050.

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

Color convert

RGB3418625-
CMYK0.8200.870.27
HSL116.65º76.3%41.37%-
HSV(B)116.65º86.56%72.94%-
XYZ18.3935.536.81-
YUV122.273.1465.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 186 (73.05% from 255) = 75.92%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=13.88%
G=75.92%
B=10.20%

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
Decimal34186250.8200.870.27116.6576.341.37
Hex22BA19520571B754c29
Octal422723112201273316511451
Binary10001010111010110011010010010101111101111101011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,186,25); }

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

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

 a { background-color: rgb(34,186,25); }

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

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

 span { border-color: rgb(34,186,25); }

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