#54932E

Color #54932E Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #54932E

Tints of Limeade #54932E

Color information

#54932E (or 0x54932E) is unknown color: approx Limeade. HEX triplet: 54, 93 and 2E. RGB value is (84,147,46). Sum of RGB (Red+Green+Blue) = 84+147+46=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #54932E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54932E is #AB6CD1. Grayscale: #747474. Windows color (decimal): -11234514 or 3052372. OLE color: 3052372.

HSL color Cylindrical-coordinate representation of color #54932E: hue angle of 97.43º degrees, saturation: 0.52, 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 #54932E is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8414746-
CMYK0.4300.690.42
HSL97.43º52.33%37.84%-
HSV(B)97.43º68.71%57.65%-
XYZ14.5822.956.25-
YUV116.6588.13104.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 147 (57.81% from 255) = 53.07%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=30.32%
G=53.07%
B=16.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147460.4300.690.4297.4352.3337.84
Hex54932E2B0452A613426
Octal12422356530105521416446
Binary101010010010011101110101011010001011010101100001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54932E;
 }
 .AnyTagClassName
 {
   color: #54932E;
 }
</style>
background-color css

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

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

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

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

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

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