#22BA28

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

Shades of Lime Green #22BA28

Tints of Lime Green #22BA28

Color information

#22BA28 (or 0x22BA28) is unknown color: approx Lime Green. HEX triplet: 22, BA and 28. RGB value is (34,186,40). Sum of RGB (Red+Green+Blue) = 34+186+40=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BA28 is #DD45D7. Grayscale: #7C7C7C. Windows color (decimal): -14501336 or 2669090. OLE color: 2669090.

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

Color convert

RGB3418640-
CMYK0.8200.780.27
HSL122.37º69.09%43.14%-
HSV(B)122.37º81.72%72.94%-
XYZ18.635.617.9-
YUV123.9180.6463.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 186 (73.05% from 255) = 71.54%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=13.08%
G=71.54%
B=15.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34186400.8200.780.27122.3769.0943.14
Hex22BA285204E1B7a452b
Octal422725012201163317210553
Binary100010101110101010001010010010011101101111110101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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