Html Css Color HEX #50D751 Lime Green

📋 copy color: '#50D751'

red 80 ◦ green 215 ◦ blue 81

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

Shades of Lime Green #50D751

Tints of Lime Green #50D751

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.18%

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 21.28%
G = 57.18%
B = 21.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#50D751 (or 0x50D751) is known color: Lime Green. HEX triplet: 50, D7 and 51. RGB value is (80,215,81). Sum of RGB (Red+Green+Blue) = 80+215+81=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #50D751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D751 is #AF28AE. Grayscale: #9F9F9F. Windows color (decimal): -11479215 or 5363536. OLE color: 5363536.

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

Color convert

RGB 80 215 81 -
CMYK 0.63 0 0.62 0.16
HSL 120.44º 0.63% 0.58% -
HSV(B) 120.44º 0.63% 0.84% -
XYZ 29.09 50.9 16.08 -
YUV 159.36 83.77 71.4 -
System Red Green Blue C M Y K H S L
Decimal 80 215 81 0.63 0 0.62 0.16 120.44 0.63 0.58
Hex 50 D7 51 3F 0 3E 10 78 3F 3A
Octal 120 327 121 77 0 76 20 170 77 72
Binary 1010000 11010111 1010001 111111 0 111110 10000 1111000 111111 111010

Color Harmonies of #50D751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D751

Black with #50D751

Text Example


Text Example

White with #50D751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,215,81); }

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

background-color css

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

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

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

border-color css

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

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

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