Html Css Color HEX #50D849 Lime Green

📋 copy color: '#50D849'

red 80 ◦ green 216 ◦ blue 73

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

Shades of Lime Green #50D849

Tints of Lime Green #50D849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.54%

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

R = 21.68%
G = 58.54%
B = 19.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#50D849 (or 0x50D849) is known color: Lime Green. HEX triplet: 50, D8 and 49. RGB value is (80,216,73). Sum of RGB (Red+Green+Blue) = 80+216+73=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #50D849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D849 is #AF27B6. Grayscale: #9F9F9F. Windows color (decimal): -11478967 or 4839504. OLE color: 4839504.

HSL color Cylindrical-coordinate representation of color #50D849: hue angle of 117.06º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D849 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 73 -
CMYK 0.63 0 0.66 0.15
HSL 117.06º 0.65% 0.57% -
HSV(B) 117.06º 0.66% 0.85% -
XYZ 29.07 51.3 14.67 -
YUV 159.03 79.44 71.63 -
System Red Green Blue C M Y K H S L
Decimal 80 216 73 0.63 0 0.66 0.15 117.06 0.65 0.57
Hex 50 D8 49 3F 0 42 F 75 41 39
Octal 120 330 111 77 0 102 17 165 101 71
Binary 1010000 11011000 1001001 111111 0 1000010 1111 1110101 1000001 111001

Color Harmonies of #50D849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D849

Black with #50D849

Text Example


Text Example

White with #50D849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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