#51A31A

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

Shades of Limeade #51A31A

Tints of Limeade #51A31A

Color information

#51A31A (or 0x51A31A) is unknown color: approx Limeade. HEX triplet: 51, A3 and 1A. RGB value is (81,163,26). Sum of RGB (Red+Green+Blue) = 81+163+26=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #51A31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A31A is #AE5CE5. Grayscale: #7B7B7B. Windows color (decimal): -11427046 or 1745745. OLE color: 1745745.

HSL color Cylindrical-coordinate representation of color #51A31A: hue angle of 95.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51A31A is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB8116326-
CMYK0.5000.840.36
HSL95.91º72.49%37.06%-
HSV(B)95.91º84.05%63.92%-
XYZ16.6828.025.51-
YUV122.8673.3398.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 163 (64.06% from 255) = 60.37%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=30%
G=60.37%
B=9.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81163260.5000.840.3695.9172.4937.06
Hex51A31A3205424604825
Octal121243326201244414011045
Binary101000110100011110101100100101010010010011000001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,163,26); }

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

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

 a { background-color: rgb(81,163,26); }

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

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

 span { border-color: rgb(81,163,26); }

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