Html Css Color HEX #50D650 Lime Green

📋 copy color: '#50D650'

red 80 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #50D650

Tints of Lime Green #50D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.22%

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

R = 21.39%
G = 57.22%
B = 21.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#50D650 (or 0x50D650) is known color: Lime Green. HEX triplet: 50, D6 and 50. RGB value is (80,214,80). Sum of RGB (Red+Green+Blue) = 80+214+80=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #50D650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D650 is #AF29AF. Grayscale: #9F9F9F. Windows color (decimal): -11479472 or 5297744. OLE color: 5297744.

HSL color Cylindrical-coordinate representation of color #50D650: hue angle of 120º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D650 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 80 -
CMYK 0.63 0 0.63 0.16
HSL 120º 0.62% 0.58% -
HSV(B) 120º 0.63% 0.84% -
XYZ 28.8 50.38 15.8 -
YUV 158.66 83.61 71.9 -
System Red Green Blue C M Y K H S L
Decimal 80 214 80 0.63 0 0.63 0.16 120 0.62 0.58
Hex 50 D6 50 3F 0 3F 10 78 3E 3A
Octal 120 326 120 77 0 77 20 170 76 72
Binary 1010000 11010110 1010000 111111 0 111111 10000 1111000 111110 111010

Color Harmonies of #50D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D650

Black with #50D650

Text Example


Text Example

White with #50D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,80); }

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

background-color css

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

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

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

border-color css

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

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

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