#51a11d

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

Shades of Limeade #51A11D

Tints of Limeade #51A11D

Color information

#51A11D (or 0x51A11D) is unknown color: approx Limeade. HEX triplet: 51, A1 and 1D. RGB value is (81,161,29). Sum of RGB (Red+Green+Blue) = 81+161+29=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #51A11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A11D is #AE5EE2. Grayscale: #7A7A7A. Windows color (decimal): -11427555 or 1941841. OLE color: 1941841.

HSL color Cylindrical-coordinate representation of color #51A11D: hue angle of 96.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51A11D is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB8116129-
CMYK0.5000.820.37
HSL96.36º69.47%37.25%-
HSV(B)96.36º81.99%63.14%-
XYZ16.3627.335.57-
YUV122.0375.598.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 161 (63.28% from 255) = 59.41%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=29.89%
G=59.41%
B=10.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81161290.5000.820.3796.3669.4737.25
Hex51A11D3205225604525
Octal121241356201224514010545
Binary101000110100001111011100100101001010010111000001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a11d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,161,29); }

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

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

 a { background-color: rgb(81,161,29); }

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

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

 span { border-color: rgb(81,161,29); }

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