Html Css Color HEX #53A42C Limeade

📋 copy color: '#53A42C'

red 83 ◦ green 164 ◦ blue 44

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

Shades of Limeade #53A42C

Tints of Limeade #53A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.36%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 28.52%
G = 56.36%
B = 15.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#53A42C (or 0x53A42C) is known color: Limeade. HEX triplet: 53, A4 and 2C. RGB value is (83,164,44). Sum of RGB (Red+Green+Blue) = 83+164+44=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #53A42C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A42C is #AC5BD3. Grayscale: #7E7E7E. Windows color (decimal): -11295700 or 2925651. OLE color: 2925651.

HSL color Cylindrical-coordinate representation of color #53A42C: hue angle of 100.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53A42C is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 164 44 -
CMYK 0.49 0 0.73 0.36
HSL 100.5º 0.58% 0.41% -
HSV(B) 100.5º 0.73% 0.64% -
XYZ 17.3 28.57 6.99 -
YUV 126.1 81.66 97.26 -
System Red Green Blue C M Y K H S L
Decimal 83 164 44 0.49 0 0.73 0.36 100.5 0.58 0.41
Hex 53 A4 2C 31 0 49 24 64 3A 29
Octal 123 244 54 61 0 111 44 144 72 51
Binary 1010011 10100100 101100 110001 0 1001001 100100 1100100 111010 101001

Color Harmonies of #53A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A42C

Black with #53A42C

Text Example


Text Example

White with #53A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,164,44); }

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

background-color css

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

 a { background-color: rgb(83,164,44); }

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

border-color css

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

 span { border-color: rgb(83,164,44); }

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