#58A52E

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

Shades of Limeade #58A52E

Tints of Limeade #58A52E

Color information

#58A52E (or 0x58A52E) is unknown color: approx Limeade. HEX triplet: 58, A5 and 2E. RGB value is (88,165,46). Sum of RGB (Red+Green+Blue) = 88+165+46=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #58A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A52E is #A75AD1. Grayscale: #808080. Windows color (decimal): -10967762 or 3056984. OLE color: 3056984.

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

Color convert

RGB8816546-
CMYK0.4700.720.35
HSL98.82º56.4%41.37%-
HSV(B)98.82º72.12%64.71%-
XYZ17.9729.187.27-
YUV128.4181.4999.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 165 (64.84% from 255) = 55.18%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=29.43%
G=55.18%
B=15.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88165460.4700.720.3598.8256.441.37
Hex58A52E2F04823633829
Octal13024556570110431437051
Binary101100010100101101110101111010010001000111100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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