#58AA20

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

Shades of Limeade #58AA20

Tints of Limeade #58AA20

Color information

#58AA20 (or 0x58AA20) is unknown color: approx Limeade. HEX triplet: 58, AA and 20. RGB value is (88,170,32). Sum of RGB (Red+Green+Blue) = 88+170+32=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AA20 is #A755DF. Grayscale: #828282. Windows color (decimal): -10966496 or 2140760. OLE color: 2140760.

HSL color Cylindrical-coordinate representation of color #58AA20: hue angle of 95.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58AA20 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB8817032-
CMYK0.4800.810.33
HSL95.65º68.32%39.61%-
HSV(B)95.65º81.18%66.67%-
XYZ18.6630.936.35-
YUV129.7572.8398.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 170 (66.80% from 255) = 58.62%
BLUE value IS 32 (12.89% from 255) = 11.03%
R=30.34%
G=58.62%
B=11.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88170320.4800.810.3395.6568.3239.61
Hex58AA203005121604428
Octal130252406001214114010450
Binary1011000101010101000001100000101000110000111000001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58AA20; }

 p { color: rgb(88,170,32); }

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

<style>
 a { background-color: #58AA20; }

 a { background-color: rgb(88,170,32); }

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

<style>
 span { border-color: #58AA20; }

 span { border-color: rgb(88,170,32); }

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