Html Css Color HEX #54932C Limeade

📋 copy color: '#54932C'

red 84 ◦ green 147 ◦ blue 44

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

Shades of Limeade #54932C

Tints of Limeade #54932C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.45%

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

R = 30.55%
G = 53.45%
B = 16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#54932C (or 0x54932C) is known color: Limeade. HEX triplet: 54, 93 and 2C. RGB value is (84,147,44). Sum of RGB (Red+Green+Blue) = 84+147+44=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #54932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54932C is #AB6CD3. Grayscale: #747474. Windows color (decimal): -11234516 or 2921300. OLE color: 2921300.

HSL color Cylindrical-coordinate representation of color #54932C: hue angle of 96.7º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54932C is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 44 -
CMYK 0.43 0 0.70 0.42
HSL 96.7º 0.54% 0.37% -
HSV(B) 96.7º 0.7% 0.58% -
XYZ 14.54 22.93 6.04 -
YUV 116.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 84 147 44 0.43 0 0.70 0.42 96.7 0.54 0.37
Hex 54 93 2C 2B 0 46 2A 61 36 25
Octal 124 223 54 53 0 106 52 141 66 45
Binary 1010100 10010011 101100 101011 0 1000110 101010 1100001 110110 100101

Color Harmonies of #54932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54932C

Black with #54932C

Text Example


Text Example

White with #54932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54932C; }

 p { color: rgb(84,147,44); }

 H1.HeaderClassName
 {
   color: #54932C;
 }
 .AnyTagClassName
 {
   color: #54932C;
 }
</style>

background-color css

<style>
 a { background-color: #54932C; }

 a { background-color: rgb(84,147,44); }

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

border-color css

<style>
 span { border-color: #54932C; }

 span { border-color: rgb(84,147,44); }

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