Html Css Color HEX #50A02B Limeade

📋 copy color: '#50A02B'

red 80 ◦ green 160 ◦ blue 43

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

Shades of Limeade #50A02B

Tints of Limeade #50A02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 28.27%
G = 56.54%
B = 15.19%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#50A02B (or 0x50A02B) is known color: Limeade. HEX triplet: 50, A0 and 2B. RGB value is (80,160,43). Sum of RGB (Red+Green+Blue) = 80+160+43=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #50A02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A02B is #AF5FD4. Grayscale: #7B7B7B. Windows color (decimal): -11493333 or 2859088. OLE color: 2859088.

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

Color convert

RGB 80 160 43 -
CMYK 0.5 0 0.73 0.37
HSL 101.03º 0.58% 0.4% -
HSV(B) 101.03º 0.73% 0.63% -
XYZ 16.32 27.02 6.64 -
YUV 122.74 83 97.51 -
System Red Green Blue C M Y K H S L
Decimal 80 160 43 0.5 0 0.73 0.37 101.03 0.58 0.4
Hex 50 A0 2B 32 0 49 25 65 3A 28
Octal 120 240 53 62 0 111 45 145 72 50
Binary 1010000 10100000 101011 110010 0 1001001 100101 1100101 111010 101000

Color Harmonies of #50A02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A02B

Black with #50A02B

Text Example


Text Example

White with #50A02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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