Html Css Color HEX #53AA2F Limeade

📋 copy color: '#53AA2F'

red 83 ◦ green 170 ◦ blue 47

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

Shades of Limeade #53AA2F

Tints of Limeade #53AA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 27.67%
G = 56.67%
B = 15.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#53AA2F (or 0x53AA2F) is known color: Limeade. HEX triplet: 53, AA and 2F. RGB value is (83,170,47). Sum of RGB (Red+Green+Blue) = 83+170+47=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA2F is #AC55D0. Grayscale: #828282. Windows color (decimal): -11294161 or 3123795. OLE color: 3123795.

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

Color convert

RGB 83 170 47 -
CMYK 0.51 0 0.72 0.33
HSL 102.44º 0.57% 0.43% -
HSV(B) 102.44º 0.72% 0.67% -
XYZ 18.46 30.79 7.66 -
YUV 129.97 81.18 94.5 -
System Red Green Blue C M Y K H S L
Decimal 83 170 47 0.51 0 0.72 0.33 102.44 0.57 0.43
Hex 53 AA 2F 33 0 48 21 66 39 2B
Octal 123 252 57 63 0 110 41 146 71 53
Binary 1010011 10101010 101111 110011 0 1001000 100001 1100110 111001 101011

Color Harmonies of #53AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA2F

Black with #53AA2F

Text Example


Text Example

White with #53AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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