#58A62A

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

Shades of Limeade #58A62A

Tints of Limeade #58A62A

Color information

#58A62A (or 0x58A62A) is unknown color: approx Limeade. HEX triplet: 58, A6 and 2A. RGB value is (88,166,42). Sum of RGB (Red+Green+Blue) = 88+166+42=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #58A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A62A is #A759D5. Grayscale: #808080. Windows color (decimal): -10967510 or 2795096. OLE color: 2795096.

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

Color convert

RGB8816642-
CMYK0.4700.750.35
HSL97.74º59.62%40.78%-
HSV(B)97.74º74.7%65.1%-
XYZ18.0829.516.93-
YUV128.5479.1699.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 166 (65.23% from 255) = 56.08%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=29.73%
G=56.08%
B=14.19%

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
Decimal88166420.4700.750.3597.7459.6240.78
Hex58A62A2F04B23623c29
Octal13024652570113431427451
Binary101100010100110101010101111010010111000111100010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,166,42); }

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

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

 a { background-color: rgb(88,166,42); }

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

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

 span { border-color: rgb(88,166,42); }

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