Html Css Color HEX #54932D Limeade

📋 copy color: '#54932D'

red 84 ◦ green 147 ◦ blue 45

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

Shades of Limeade #54932D

Tints of Limeade #54932D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 30.43%
G = 53.26%
B = 16.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#54932D (or 0x54932D) is known color: Limeade. HEX triplet: 54, 93 and 2D. RGB value is (84,147,45). Sum of RGB (Red+Green+Blue) = 84+147+45=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #54932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54932D is #AB6CD2. Grayscale: #747474. Windows color (decimal): -11234515 or 2986836. OLE color: 2986836.

HSL color Cylindrical-coordinate representation of color #54932D: hue angle of 97.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54932D is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 45 -
CMYK 0.43 0 0.69 0.42
HSL 97.06º 0.53% 0.38% -
HSV(B) 97.06º 0.69% 0.58% -
XYZ 14.56 22.94 6.14 -
YUV 116.54 87.63 104.79 -
System Red Green Blue C M Y K H S L
Decimal 84 147 45 0.43 0 0.69 0.42 97.06 0.53 0.38
Hex 54 93 2D 2B 0 45 2A 61 35 26
Octal 124 223 55 53 0 105 52 141 65 46
Binary 1010100 10010011 101101 101011 0 1000101 101010 1100001 110101 100110

Color Harmonies of #54932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54932D

Black with #54932D

Text Example


Text Example

White with #54932D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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