#51a82b

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

Shades of Limeade #51A82B

Tints of Limeade #51A82B

Color information

#51A82B (or 0x51A82B) is unknown color: approx Limeade. HEX triplet: 51, A8 and 2B. RGB value is (81,168,43). Sum of RGB (Red+Green+Blue) = 81+168+43=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 168 (66.02% from 255 or 57.53% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 168 - color contains mainly: green. Hex color #51A82B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A82B is #AE57D4. Grayscale: #808080. Windows color (decimal): -11425749 or 2861137. OLE color: 2861137.

HSL color Cylindrical-coordinate representation of color #51A82B: hue angle of 101.76º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51A82B is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB8116843-
CMYK0.5200.740.34
HSL101.76º59.24%41.37%-
HSV(B)101.76º74.4%65.88%-
XYZ17.8329.937.12-
YUV127.7480.1894.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 168 (66.02% from 255) = 57.53%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=27.74%
G=57.53%
B=14.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81168430.5200.740.34101.7659.2441.37
Hex51A82B3404A22663b29
Octal12125053640112421467351
Binary101000110101000101011110100010010101000101100110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a82b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51a82b; }

 p { color: rgb(81,168,43); }

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

<style>
 a { background-color: #51a82b; }

 a { background-color: rgb(81,168,43); }

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

<style>
 span { border-color: #51a82b; }

 span { border-color: rgb(81,168,43); }

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