Html Css Color HEX #50A52E Limeade

📋 copy color: '#50A52E'

red 80 ◦ green 165 ◦ blue 46

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

Shades of Limeade #50A52E

Tints of Limeade #50A52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.7%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 27.49%
G = 56.7%
B = 15.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#50A52E (or 0x50A52E) is known color: Limeade. HEX triplet: 50, A5 and 2E. RGB value is (80,165,46). Sum of RGB (Red+Green+Blue) = 80+165+46=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #50A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A52E is #AF5AD1. Grayscale: #7E7E7E. Windows color (decimal): -11492050 or 3056976. OLE color: 3056976.

HSL color Cylindrical-coordinate representation of color #50A52E: hue angle of 102.86º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50A52E is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 46 -
CMYK 0.52 0 0.72 0.35
HSL 102.86º 0.56% 0.41% -
HSV(B) 102.86º 0.72% 0.65% -
XYZ 17.26 28.81 7.24 -
YUV 126.02 82.84 95.18 -
System Red Green Blue C M Y K H S L
Decimal 80 165 46 0.52 0 0.72 0.35 102.86 0.56 0.41
Hex 50 A5 2E 34 0 48 23 67 38 29
Octal 120 245 56 64 0 110 43 147 70 51
Binary 1010000 10100101 101110 110100 0 1001000 100011 1100111 111000 101001

Color Harmonies of #50A52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A52E

Black with #50A52E

Text Example


Text Example

White with #50A52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,165,46); }

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

background-color css

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

 a { background-color: rgb(80,165,46); }

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

border-color css

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

 span { border-color: rgb(80,165,46); }

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