#51932C

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

Shades of Limeade #51932C

Tints of Limeade #51932C

Color information

#51932C (or 0x51932C) is unknown color: approx Limeade. HEX triplet: 51, 93 and 2C. RGB value is (81,147,44). Sum of RGB (Red+Green+Blue) = 81+147+44=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #51932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51932C is #AE6CD3. Grayscale: #737373. Windows color (decimal): -11431124 or 2921297. OLE color: 2921297.

HSL color Cylindrical-coordinate representation of color #51932C: hue angle of 98.45º 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 #51932C is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB8114744-
CMYK0.4500.700.42
HSL98.45º53.93%37.45%-
HSV(B)98.45º70.07%57.65%-
XYZ14.2822.86.03-
YUV115.5287.63103.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=29.78%
G=54.04%
B=16.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147440.4500.700.4298.4553.9337.45
Hex51932C2D0462A623625
Octal12122354550106521426645
Binary101000110010011101100101101010001101010101100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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