#22BA3E

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

Shades of Lime Green #22BA3E

Tints of Lime Green #22BA3E

Color information

#22BA3E (or 0x22BA3E) is unknown color: approx Lime Green. HEX triplet: 22, BA and 3E. RGB value is (34,186,62). Sum of RGB (Red+Green+Blue) = 34+186+62=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BA3E is #DD45C1. Grayscale: #7E7E7E. Windows color (decimal): -14501314 or 4110882. OLE color: 4110882.

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

Color convert

RGB3418662-
CMYK0.8200.670.27
HSL131.05º69.09%43.14%-
HSV(B)131.05º81.72%72.94%-
XYZ19.0935.8110.46-
YUV126.4291.6462.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.06%
GREEN value IS 186 (73.05% from 255) = 65.96%
BLUE value IS 62 (24.61% from 255) = 21.99%
R=12.06%
G=65.96%
B=21.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34186620.8200.670.27131.0569.0943.14
Hex22BA3E520431B83452b
Octal422727612201033320310553
Binary1000101011101011111010100100100001111011100000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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