Html Css Color HEX #50D946 Lime Green

📋 copy color: '#50D946'

red 80 ◦ green 217 ◦ blue 70

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

Shades of Lime Green #50D946

Tints of Lime Green #50D946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.13%

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

R = 21.8%
G = 59.13%
B = 19.07%

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

#50D946 (or 0x50D946) is known color: Lime Green. HEX triplet: 50, D9 and 46. RGB value is (80,217,70). Sum of RGB (Red+Green+Blue) = 80+217+70=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #50D946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D946 is #AF26B9. Grayscale: #9F9F9F. Windows color (decimal): -11478714 or 4643152. OLE color: 4643152.

HSL color Cylindrical-coordinate representation of color #50D946: hue angle of 115.92º degrees, saturation: 0.66, 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 #50D946 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 70 -
CMYK 0.63 0 0.68 0.15
HSL 115.92º 0.66% 0.56% -
HSV(B) 115.92º 0.68% 0.85% -
XYZ 29.23 51.77 14.25 -
YUV 159.28 77.61 71.45 -
System Red Green Blue C M Y K H S L
Decimal 80 217 70 0.63 0 0.68 0.15 115.92 0.66 0.56
Hex 50 D9 46 3F 0 44 F 74 42 38
Octal 120 331 106 77 0 104 17 164 102 70
Binary 1010000 11011001 1000110 111111 0 1000100 1111 1110100 1000010 111000

Color Harmonies of #50D946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D946

Black with #50D946

Text Example


Text Example

White with #50D946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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