Html Css Color HEX #50DD49 Lime Green

📋 copy color: '#50DD49'

red 80 ◦ green 221 ◦ blue 73

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

Shades of Lime Green #50DD49

Tints of Lime Green #50DD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.09%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 21.39%
G = 59.09%
B = 19.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#50DD49 (or 0x50DD49) is known color: Lime Green. HEX triplet: 50, DD and 49. RGB value is (80,221,73). Sum of RGB (Red+Green+Blue) = 80+221+73=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DD49 is #AF22B6. Grayscale: #A2A2A2. Windows color (decimal): -11477687 or 4840784. OLE color: 4840784.

HSL color Cylindrical-coordinate representation of color #50DD49: hue angle of 117.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50DD49 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 221 73 -
CMYK 0.64 0 0.67 0.13
HSL 117.16º 0.69% 0.58% -
HSV(B) 117.16º 0.67% 0.87% -
XYZ 30.37 53.9 15.11 -
YUV 161.97 77.79 69.53 -
System Red Green Blue C M Y K H S L
Decimal 80 221 73 0.64 0 0.67 0.13 117.16 0.69 0.58
Hex 50 DD 49 40 0 43 D 75 45 3A
Octal 120 335 111 100 0 103 15 165 105 72
Binary 1010000 11011101 1001001 1000000 0 1000011 1101 1110101 1000101 111010

Color Harmonies of #50DD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD49

Black with #50DD49

Text Example


Text Example

White with #50DD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,221,73); }

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

background-color css

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

 a { background-color: rgb(80,221,73); }

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

border-color css

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

 span { border-color: rgb(80,221,73); }

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