Html Css Color HEX #50A01E Limeade

📋 copy color: '#50A01E'

red 80 ◦ green 160 ◦ blue 30

#50A01E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #50A01E

Tints of Limeade #50A01E

RGB

 RED value IS 80 (31.64% from 255) = 29.63%

 GREEN value IS 160 (62.89% from 255) = 59.26%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 29.63%
G = 59.26%
B = 11.11%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#50A01E (or 0x50A01E) is known color: Limeade. HEX triplet: 50, A0 and 1E. RGB value is (80,160,30). Sum of RGB (Red+Green+Blue) = 80+160+30=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #50A01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A01E is #AF5FE1. Grayscale: #797979. Windows color (decimal): -11493346 or 2007120. OLE color: 2007120.

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

Color convert

RGB 80 160 30 -
CMYK 0.5 0 0.81 0.37
HSL 96.92º 0.68% 0.37% -
HSV(B) 96.92º 0.81% 0.63% -
XYZ 16.11 26.94 5.58 -
YUV 121.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 80 160 30 0.5 0 0.81 0.37 96.92 0.68 0.37
Hex 50 A0 1E 32 0 51 25 61 44 25
Octal 120 240 36 62 0 121 45 141 104 45
Binary 1010000 10100000 11110 110010 0 1010001 100101 1100001 1000100 100101

Color Harmonies of #50A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A01E

Black with #50A01E

Text Example


Text Example

White with #50A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50A01E;
 }
 .AnyTagClassName
 {
   color: #50A01E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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