Html Css Color HEX #50D14D Lime Green

📋 copy color: '#50D14D'

red 80 ◦ green 209 ◦ blue 77

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

Shades of Lime Green #50D14D

Tints of Lime Green #50D14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.1%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 21.86%
G = 57.1%
B = 21.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#50D14D (or 0x50D14D) is known color: Lime Green. HEX triplet: 50, D1 and 4D. RGB value is (80,209,77). Sum of RGB (Red+Green+Blue) = 80+209+77=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #50D14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D14D is #AF2EB2. Grayscale: #9B9B9B. Windows color (decimal): -11480755 or 5099856. OLE color: 5099856.

HSL color Cylindrical-coordinate representation of color #50D14D: hue angle of 118.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D14D is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 77 -
CMYK 0.62 0 0.63 0.18
HSL 118.64º 0.59% 0.56% -
HSV(B) 118.64º 0.63% 0.82% -
XYZ 27.45 47.84 14.81 -
YUV 155.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 80 209 77 0.62 0 0.63 0.18 118.64 0.59 0.56
Hex 50 D1 4D 3E 0 3F 12 77 3B 38
Octal 120 321 115 76 0 77 22 167 73 70
Binary 1010000 11010001 1001101 111110 0 111111 10010 1110111 111011 111000

Color Harmonies of #50D14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D14D

Black with #50D14D

Text Example


Text Example

White with #50D14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,77); }

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

background-color css

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

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

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

border-color css

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

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

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