Html Css Color HEX #54932F Limeade

📋 copy color: '#54932F'

red 84 ◦ green 147 ◦ blue 47

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

Shades of Limeade #54932F

Tints of Limeade #54932F

RGB

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

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

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

R = 30.22%
G = 52.88%
B = 16.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#54932F (or 0x54932F) is known color: Limeade. HEX triplet: 54, 93 and 2F. RGB value is (84,147,47). Sum of RGB (Red+Green+Blue) = 84+147+47=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #54932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54932F is #AB6CD0. Grayscale: #757575. Windows color (decimal): -11234513 or 3117908. OLE color: 3117908.

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

Color convert

RGB 84 147 47 -
CMYK 0.43 0 0.68 0.42
HSL 97.8º 0.52% 0.38% -
HSV(B) 97.8º 0.68% 0.58% -
XYZ 14.6 22.96 6.35 -
YUV 116.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 84 147 47 0.43 0 0.68 0.42 97.8 0.52 0.38
Hex 54 93 2F 2B 0 44 2A 62 34 26
Octal 124 223 57 53 0 104 52 142 64 46
Binary 1010100 10010011 101111 101011 0 1000100 101010 1100010 110100 100110

Color Harmonies of #54932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54932F

Black with #54932F

Text Example


Text Example

White with #54932F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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