#58A237

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

Shades of Limeade #58A237

Tints of Limeade #58A237

Color information

#58A237 (or 0x58A237) is unknown color: approx Limeade. HEX triplet: 58, A2 and 37. RGB value is (88,162,55). Sum of RGB (Red+Green+Blue) = 88+162+55=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #58A237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A237 is #A75DC8. Grayscale: #808080. Windows color (decimal): -10968521 or 3646040. OLE color: 3646040.

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

Color convert

RGB8816255-
CMYK0.4600.660.36
HSL101.5º49.31%42.55%-
HSV(B)101.5º66.05%63.53%-
XYZ17.6328.198.13-
YUV127.6886.9899.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 162 (63.67% from 255) = 53.11%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=28.85%
G=53.11%
B=18.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162550.4600.660.36101.549.3142.55
Hex58A2372E0422465312b
Octal13024267560102441456153
Binary101100010100010110111101110010000101001001100101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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