#56aa30

Color #56AA30 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #56AA30

Tints of Limeade #56AA30

Color information

#56AA30 (or 0x56AA30) is unknown color: approx Limeade. HEX triplet: 56, AA and 30. RGB value is (86,170,48). Sum of RGB (Red+Green+Blue) = 86+170+48=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AA30 is #A955CF. Grayscale: #838383. Windows color (decimal): -11097552 or 3189334. OLE color: 3189334.

HSL color Cylindrical-coordinate representation of color #56AA30: hue angle of 101.31º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56AA30 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB8617048-
CMYK0.4900.720.33
HSL101.31º55.96%42.75%-
HSV(B)101.31º71.76%66.67%-
XYZ18.7530.947.78-
YUV130.9881.1795.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 170 (66.80% from 255) = 55.92%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=28.29%
G=55.92%
B=15.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86170480.4900.720.33101.3155.9642.75
Hex56AA30310482165382b
Octal12625260610110411457053
Binary101011010101010110000110001010010001000011100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56aa30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56aa30; }

 p { color: rgb(86,170,48); }

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

<style>
 a { background-color: #56aa30; }

 a { background-color: rgb(86,170,48); }

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

<style>
 span { border-color: #56aa30; }

 span { border-color: rgb(86,170,48); }

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