Html Css Color HEX #53AA2E Limeade

📋 copy color: '#53AA2E'

red 83 ◦ green 170 ◦ blue 46

#53AA2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #53AA2E

Tints of Limeade #53AA2E

RGB

 RED value IS 83 (32.81% from 255) = 27.76%

 GREEN value IS 170 (66.8% from 255) = 56.86%

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 27.76%
G = 56.86%
B = 15.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#53AA2E (or 0x53AA2E) is known color: Limeade. HEX triplet: 53, AA and 2E. RGB value is (83,170,46). Sum of RGB (Red+Green+Blue) = 83+170+46=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA2E is #AC55D1. Grayscale: #828282. Windows color (decimal): -11294162 or 3058259. OLE color: 3058259.

HSL color Cylindrical-coordinate representation of color #53AA2E: hue angle of 102.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53AA2E is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 46 -
CMYK 0.51 0 0.73 0.33
HSL 102.1º 0.57% 0.42% -
HSV(B) 102.1º 0.73% 0.67% -
XYZ 18.44 30.79 7.56 -
YUV 129.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 83 170 46 0.51 0 0.73 0.33 102.1 0.57 0.42
Hex 53 AA 2E 33 0 49 21 66 39 2A
Octal 123 252 56 63 0 111 41 146 71 52
Binary 1010011 10101010 101110 110011 0 1001001 100001 1100110 111001 101010

Color Harmonies of #53AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA2E

Black with #53AA2E

Text Example


Text Example

White with #53AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,46); }

 H1.HeaderClassName
 {
   color: #53AA2E;
 }
 .AnyTagClassName
 {
   color: #53AA2E;
 }
</style>

background-color css

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

 a { background-color: rgb(83,170,46); }

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

border-color css

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

 span { border-color: rgb(83,170,46); }

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