#58A218

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

Shades of Limeade #58A218

Tints of Limeade #58A218

Color information

#58A218 (or 0x58A218) is unknown color: approx Limeade. HEX triplet: 58, A2 and 18. RGB value is (88,162,24). Sum of RGB (Red+Green+Blue) = 88+162+24=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #58A218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A218 is #A75DE7. Grayscale: #7C7C7C. Windows color (decimal): -10968552 or 1614424. OLE color: 1614424.

HSL color Cylindrical-coordinate representation of color #58A218: hue angle of 92.17º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58A218 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB8816224-
CMYK0.4600.850.36
HSL92.17º74.19%36.47%-
HSV(B)92.17º85.19%63.53%-
XYZ17.1127.985.36-
YUV124.1471.48102.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 162 (63.67% from 255) = 59.12%
BLUE value IS 24 (9.77% from 255) = 8.76%
R=32.12%
G=59.12%
B=8.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162240.4600.850.3692.1774.1936.47
Hex58A2182E055245c4a24
Octal130242305601254413411244
Binary101100010100010110001011100101010110010010111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,24); }

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

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

 a { background-color: rgb(88,162,24); }

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

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

 span { border-color: rgb(88,162,24); }

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