#58AC28

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

Shades of Limeade #58AC28

Tints of Limeade #58AC28

Color information

#58AC28 (or 0x58AC28) is unknown color: approx Limeade. HEX triplet: 58, AC and 28. RGB value is (88,172,40). Sum of RGB (Red+Green+Blue) = 88+172+40=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AC28 is #A753D7. Grayscale: #848484. Windows color (decimal): -10965976 or 2665560. OLE color: 2665560.

HSL color Cylindrical-coordinate representation of color #58AC28: hue angle of 98.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58AC28 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB8817240-
CMYK0.4900.770.33
HSL98.18º62.26%41.57%-
HSV(B)98.18º76.74%67.45%-
XYZ19.1631.737.12-
YUV131.8476.1796.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 172 (67.58% from 255) = 57.33%
BLUE value IS 40 (16.02% from 255) = 13.33%
R=29.33%
G=57.33%
B=13.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88172400.4900.770.3398.1862.2641.57
Hex58AC283104D21623e2a
Octal13025450610115411427652
Binary101100010101100101000110001010011011000011100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,172,40); }

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

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

 a { background-color: rgb(88,172,40); }

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

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

 span { border-color: rgb(88,172,40); }

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