#54931F

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

Shades of Limeade #54931F

Tints of Limeade #54931F

Color information

#54931F (or 0x54931F) is unknown color: approx Limeade. HEX triplet: 54, 93 and 1F. RGB value is (84,147,31). Sum of RGB (Red+Green+Blue) = 84+147+31=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #54931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54931F is #AB6CE0. Grayscale: #737373. Windows color (decimal): -11234529 or 2069332. OLE color: 2069332.

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

Color convert

RGB8414731-
CMYK0.4300.790.42
HSL92.59º65.17%34.9%-
HSV(B)92.59º78.91%57.65%-
XYZ14.3422.854.95-
YUV114.9480.63105.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 147 (57.81% from 255) = 56.11%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=32.06%
G=56.11%
B=11.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147310.4300.790.4292.5965.1734.9
Hex54931F2B04F2A5d4123
Octal124223375301175213510143
Binary101010010010011111111010110100111110101010111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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