Html Css Color HEX #54A032 Limeade

📋 copy color: '#54A032'

red 84 ◦ green 160 ◦ blue 50

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

Shades of Limeade #54A032

Tints of Limeade #54A032

RGB

 RED value IS 84 (33.2% from 255) = 28.57%

 GREEN value IS 160 (62.89% from 255) = 54.42%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 28.57%
G = 54.42%
B = 17.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#54A032 (or 0x54A032) is known color: Limeade. HEX triplet: 54, A0 and 32. RGB value is (84,160,50). Sum of RGB (Red+Green+Blue) = 84+160+50=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #54A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A032 is #AB5FCD. Grayscale: #7D7D7D. Windows color (decimal): -11231182 or 3317844. OLE color: 3317844.

HSL color Cylindrical-coordinate representation of color #54A032: hue angle of 101.45º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54A032 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 50 -
CMYK 0.48 0 0.69 0.37
HSL 101.45º 0.52% 0.41% -
HSV(B) 101.45º 0.69% 0.63% -
XYZ 16.8 27.26 7.39 -
YUV 124.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 84 160 50 0.48 0 0.69 0.37 101.45 0.52 0.41
Hex 54 A0 32 30 0 45 25 65 34 29
Octal 124 240 62 60 0 105 45 145 64 51
Binary 1010100 10100000 110010 110000 0 1000101 100101 1100101 110100 101001

Color Harmonies of #54A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A032

Black with #54A032

Text Example


Text Example

White with #54A032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A032; }

 p { color: rgb(84,160,50); }

 H1.HeaderClassName
 {
   color: #54A032;
 }
 .AnyTagClassName
 {
   color: #54A032;
 }
</style>

background-color css

<style>
 a { background-color: #54A032; }

 a { background-color: rgb(84,160,50); }

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

border-color css

<style>
 span { border-color: #54A032; }

 span { border-color: rgb(84,160,50); }

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