#50A11E

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

Shades of Limeade #50A11E

Tints of Limeade #50A11E

Color information

#50A11E (or 0x50A11E) is unknown color: approx Limeade. HEX triplet: 50, A1 and 1E. RGB value is (80,161,30). Sum of RGB (Red+Green+Blue) = 80+161+30=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #50A11E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A11E is #AF5EE1. Grayscale: #7A7A7A. Windows color (decimal): -11493090 or 2007376. OLE color: 2007376.

HSL color Cylindrical-coordinate representation of color #50A11E: hue angle of 97.1º 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 #50A11E is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB8016130-
CMYK0.5000.810.37
HSL97.1º68.59%37.45%-
HSV(B)97.1º81.37%63.14%-
XYZ16.2927.295.64-
YUV121.8576.1698.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 161 (63.28% from 255) = 59.41%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=29.52%
G=59.41%
B=11.07%

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
Decimal80161300.5000.810.3797.168.5937.45
Hex50A11E3205125614525
Octal120241366201214514110545
Binary101000010100001111101100100101000110010111000011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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