#58a529

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

Shades of Limeade #58A529

Tints of Limeade #58A529

Color information

#58A529 (or 0x58A529) is unknown color: approx Limeade. HEX triplet: 58, A5 and 29. RGB value is (88,165,41). Sum of RGB (Red+Green+Blue) = 88+165+41=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #58A529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A529 is #A75AD6. Grayscale: #808080. Windows color (decimal): -10967767 or 2729304. OLE color: 2729304.

HSL color Cylindrical-coordinate representation of color #58A529: hue angle of 97.26º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58A529 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB8816541-
CMYK0.4700.750.35
HSL97.26º60.19%40.39%-
HSV(B)97.26º75.15%64.71%-
XYZ17.8829.156.78-
YUV127.8478.9999.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 165 (64.84% from 255) = 56.12%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=29.93%
G=56.12%
B=13.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88165410.4700.750.3597.2660.1940.39
Hex58A5292F04B23613c28
Octal13024551570113431417450
Binary101100010100101101001101111010010111000111100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58a529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,165,41); }

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

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

 a { background-color: rgb(88,165,41); }

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

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

 span { border-color: rgb(88,165,41); }

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