#22BA3D

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

Shades of Lime Green #22BA3D

Tints of Lime Green #22BA3D

Color information

#22BA3D (or 0x22BA3D) is unknown color: approx Lime Green. HEX triplet: 22, BA and 3D. RGB value is (34,186,61). Sum of RGB (Red+Green+Blue) = 34+186+61=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BA3D is #DD45C2. Grayscale: #7E7E7E. Windows color (decimal): -14501315 or 4045346. OLE color: 4045346.

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

Color convert

RGB3418661-
CMYK0.8200.670.27
HSL130.66º69.09%43.14%-
HSV(B)130.66º81.72%72.94%-
XYZ19.0635.7910.32-
YUV126.391.1462.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 186 (73.05% from 255) = 66.19%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=12.10%
G=66.19%
B=21.71%

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
Decimal34186610.8200.670.27130.6669.0943.14
Hex22BA3D520431B83452b
Octal422727512201033320310553
Binary1000101011101011110110100100100001111011100000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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