#55A232

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

Shades of Limeade #55A232

Tints of Limeade #55A232

Color information

#55A232 (or 0x55A232) is unknown color: approx Limeade. HEX triplet: 55, A2 and 32. RGB value is (85,162,50). Sum of RGB (Red+Green+Blue) = 85+162+50=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #55A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A232 is #AA5DCD. Grayscale: #7E7E7E. Windows color (decimal): -11165134 or 3318357. OLE color: 3318357.

HSL color Cylindrical-coordinate representation of color #55A232: hue angle of 101.25º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55A232 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB8516250-
CMYK0.4800.690.36
HSL101.25º52.83%41.57%-
HSV(B)101.25º69.14%63.53%-
XYZ17.24287.51-
YUV126.2184.9998.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=28.62%
G=54.55%
B=16.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85162500.4800.690.36101.2552.8341.57
Hex55A232300452465352a
Octal12524262600105441456552
Binary101010110100010110010110000010001011001001100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A232; }

 p { color: rgb(85,162,50); }

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

<style>
 a { background-color: #55A232; }

 a { background-color: rgb(85,162,50); }

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

<style>
 span { border-color: #55A232; }

 span { border-color: rgb(85,162,50); }

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