#58A932

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

Shades of Limeade #58A932

Tints of Limeade #58A932

Color information

#58A932 (or 0x58A932) is unknown color: approx Limeade. HEX triplet: 58, A9 and 32. RGB value is (88,169,50). Sum of RGB (Red+Green+Blue) = 88+169+50=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #58A932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A932 is #A756CD. Grayscale: #838383. Windows color (decimal): -10966734 or 3320152. OLE color: 3320152.

HSL color Cylindrical-coordinate representation of color #58A932: hue angle of 100.84º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58A932 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB8816950-
CMYK0.4800.700.34
HSL100.84º54.34%42.94%-
HSV(B)100.84º70.41%66.27%-
XYZ18.7930.687.95-
YUV131.2182.1697.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 169 (66.41% from 255) = 55.05%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=28.66%
G=55.05%
B=16.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88169500.4800.700.34100.8454.3442.94
Hex58A932300462265362b
Octal13025162600106421456653
Binary101100010101001110010110000010001101000101100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,169,50); }

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

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

 a { background-color: rgb(88,169,50); }

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

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

 span { border-color: rgb(88,169,50); }

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