#53A028

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

Shades of Limeade #53A028

Tints of Limeade #53A028

Color information

#53A028 (or 0x53A028) is unknown color: approx Limeade. HEX triplet: 53, A0 and 28. RGB value is (83,160,40). Sum of RGB (Red+Green+Blue) = 83+160+40=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #53A028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A028 is #AC5FD7. Grayscale: #7B7B7B. Windows color (decimal): -11296728 or 2662483. OLE color: 2662483.

HSL color Cylindrical-coordinate representation of color #53A028: hue angle of 98.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53A028 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB8316040-
CMYK0.4800.750.37
HSL98.5º60%39.22%-
HSV(B)98.5º75%62.75%-
XYZ16.5227.136.37-
YUV123.380.9999.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 160 (62.89% from 255) = 56.54%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=29.33%
G=56.54%
B=14.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83160400.4800.750.3798.56039.22
Hex53A0283004B25623c27
Octal12324050600113451427447
Binary101001110100000101000110000010010111001011100010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A028; }

 p { color: rgb(83,160,40); }

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

<style>
 a { background-color: #53A028; }

 a { background-color: rgb(83,160,40); }

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

<style>
 span { border-color: #53A028; }

 span { border-color: rgb(83,160,40); }

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