Html Css Color HEX #50D846 Lime Green

📋 copy color: '#50D846'

red 80 ◦ green 216 ◦ blue 70

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

Shades of Lime Green #50D846

Tints of Lime Green #50D846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 21.86%
G = 59.02%
B = 19.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#50D846 (or 0x50D846) is known color: Lime Green. HEX triplet: 50, D8 and 46. RGB value is (80,216,70). Sum of RGB (Red+Green+Blue) = 80+216+70=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #50D846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D846 is #AF27B9. Grayscale: #9F9F9F. Windows color (decimal): -11478970 or 4642896. OLE color: 4642896.

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

Color convert

RGB 80 216 70 -
CMYK 0.63 0 0.68 0.15
HSL 115.89º 0.65% 0.56% -
HSV(B) 115.89º 0.68% 0.85% -
XYZ 28.97 51.26 14.16 -
YUV 158.69 77.94 71.87 -
System Red Green Blue C M Y K H S L
Decimal 80 216 70 0.63 0 0.68 0.15 115.89 0.65 0.56
Hex 50 D8 46 3F 0 44 F 74 41 38
Octal 120 330 106 77 0 104 17 164 101 70
Binary 1010000 11011000 1000110 111111 0 1000100 1111 1110100 1000001 111000

Color Harmonies of #50D846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D846

Black with #50D846

Text Example


Text Example

White with #50D846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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