#58A92D

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

Shades of Limeade #58A92D

Tints of Limeade #58A92D

Color information

#58A92D (or 0x58A92D) is unknown color: approx Limeade. HEX triplet: 58, A9 and 2D. RGB value is (88,169,45). Sum of RGB (Red+Green+Blue) = 88+169+45=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #58A92D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A92D is #A756D2. Grayscale: #838383. Windows color (decimal): -10966739 or 2992472. OLE color: 2992472.

HSL color Cylindrical-coordinate representation of color #58A92D: hue angle of 99.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58A92D is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB8816945-
CMYK0.4800.730.34
HSL99.19º57.94%41.96%-
HSV(B)99.19º73.37%66.27%-
XYZ18.6930.647.41-
YUV130.6479.6697.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 169 (66.41% from 255) = 55.96%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=29.14%
G=55.96%
B=14.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88169450.4800.730.3499.1957.9441.96
Hex58A92D3004922633a2a
Octal13025155600111421437252
Binary101100010101001101101110000010010011000101100011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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