#58962F

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

Shades of Limeade #58962F

Tints of Limeade #58962F

Color information

#58962F (or 0x58962F) is unknown color: approx Limeade. HEX triplet: 58, 96 and 2F. RGB value is (88,150,47). Sum of RGB (Red+Green+Blue) = 88+150+47=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #58962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58962F is #A769D0. Grayscale: #787878. Windows color (decimal): -10971601 or 3118680. OLE color: 3118680.

HSL color Cylindrical-coordinate representation of color #58962F: hue angle of 96.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58962F is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB8815047-
CMYK0.4100.690.41
HSL96.12º52.28%38.63%-
HSV(B)96.12º68.67%58.82%-
XYZ15.4424.096.53-
YUV119.7286.96105.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=30.88%
G=52.63%
B=16.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88150470.4100.690.4196.1252.2838.63
Hex58962F2904529603427
Octal13022657510105511406447
Binary101100010010110101111101001010001011010011100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58962F; }

 p { color: rgb(88,150,47); }

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

<style>
 a { background-color: #58962F; }

 a { background-color: rgb(88,150,47); }

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

<style>
 span { border-color: #58962F; }

 span { border-color: rgb(88,150,47); }

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