Html Css Color HEX #50A31E Limeade

📋 copy color: '#50A31E'

red 80 ◦ green 163 ◦ blue 30

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

Shades of Limeade #50A31E

Tints of Limeade #50A31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.71%

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

R = 29.3%
G = 59.71%
B = 10.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#50A31E (or 0x50A31E) is known color: Limeade. HEX triplet: 50, A3 and 1E. RGB value is (80,163,30). Sum of RGB (Red+Green+Blue) = 80+163+30=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #50A31E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A31E is #AF5CE1. Grayscale: #7B7B7B. Windows color (decimal): -11492578 or 2007888. OLE color: 2007888.

HSL color Cylindrical-coordinate representation of color #50A31E: hue angle of 97.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50A31E is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 30 -
CMYK 0.51 0 0.82 0.36
HSL 97.44º 0.69% 0.38% -
HSV(B) 97.44º 0.82% 0.64% -
XYZ 16.64 27.99 5.75 -
YUV 123.02 75.5 97.31 -
System Red Green Blue C M Y K H S L
Decimal 80 163 30 0.51 0 0.82 0.36 97.44 0.69 0.38
Hex 50 A3 1E 33 0 52 24 61 45 26
Octal 120 243 36 63 0 122 44 141 105 46
Binary 1010000 10100011 11110 110011 0 1010010 100100 1100001 1000101 100110

Color Harmonies of #50A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A31E

Black with #50A31E

Text Example


Text Example

White with #50A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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