#53A01E

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

Shades of Limeade #53A01E

Tints of Limeade #53A01E

Color information

#53A01E (or 0x53A01E) is unknown color: approx Limeade. HEX triplet: 53, A0 and 1E. RGB value is (83,160,30). Sum of RGB (Red+Green+Blue) = 83+160+30=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #53A01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A01E is #AC5FE1. Grayscale: #7A7A7A. Windows color (decimal): -11296738 or 2007123. OLE color: 2007123.

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

Color convert

RGB8316030-
CMYK0.4800.810.37
HSL95.54º68.42%37.25%-
HSV(B)95.54º81.25%62.75%-
XYZ16.3727.075.59-
YUV122.1675.99100.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 160 (62.89% from 255) = 58.61%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=30.40%
G=58.61%
B=10.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal83160300.4800.810.3795.5468.4237.25
Hex53A01E3005125604425
Octal123240366001214514010445
Binary101001110100000111101100000101000110010111000001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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