Html Css Color HEX #50A02C Limeade

📋 copy color: '#50A02C'

red 80 ◦ green 160 ◦ blue 44

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

Shades of Limeade #50A02C

Tints of Limeade #50A02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 28.17%
G = 56.34%
B = 15.49%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#50A02C (or 0x50A02C) is known color: Limeade. HEX triplet: 50, A0 and 2C. RGB value is (80,160,44). Sum of RGB (Red+Green+Blue) = 80+160+44=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #50A02C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A02C is #AF5FD3. Grayscale: #7B7B7B. Windows color (decimal): -11493332 or 2924624. OLE color: 2924624.

HSL color Cylindrical-coordinate representation of color #50A02C: hue angle of 101.38º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50A02C is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 160 44 -
CMYK 0.5 0 0.72 0.37
HSL 101.38º 0.57% 0.4% -
HSV(B) 101.38º 0.73% 0.63% -
XYZ 16.33 27.03 6.74 -
YUV 122.86 83.5 97.43 -
System Red Green Blue C M Y K H S L
Decimal 80 160 44 0.5 0 0.72 0.37 101.38 0.57 0.4
Hex 50 A0 2C 32 0 48 25 65 39 28
Octal 120 240 54 62 0 110 45 145 71 50
Binary 1010000 10100000 101100 110010 0 1001000 100101 1100101 111001 101000

Color Harmonies of #50A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A02C

Black with #50A02C

Text Example


Text Example

White with #50A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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