#51A11E

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

Shades of Limeade #51A11E

Tints of Limeade #51A11E

Color information

#51A11E (or 0x51A11E) is unknown color: approx Limeade. HEX triplet: 51, A1 and 1E. RGB value is (81,161,30). Sum of RGB (Red+Green+Blue) = 81+161+30=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #51A11E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A11E is #AE5EE1. Grayscale: #7A7A7A. Windows color (decimal): -11427554 or 2007377. OLE color: 2007377.

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

Color convert

RGB8116130-
CMYK0.5000.810.37
HSL96.64º68.59%37.45%-
HSV(B)96.64º81.37%63.14%-
XYZ16.3727.335.64-
YUV122.157698.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 161 (63.28% from 255) = 59.19%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=29.78%
G=59.19%
B=11.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81161300.5000.810.3796.6468.5937.45
Hex51A11E3205125614525
Octal121241366201214514110545
Binary101000110100001111101100100101000110010111000011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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