Html Css Color HEX #50D14E Lime Green

📋 copy color: '#50D14E'

red 80 ◦ green 209 ◦ blue 78

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

Shades of Lime Green #50D14E

Tints of Lime Green #50D14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 21.8%
G = 56.95%
B = 21.25%

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

#50D14E (or 0x50D14E) is known color: Lime Green. HEX triplet: 50, D1 and 4E. RGB value is (80,209,78). Sum of RGB (Red+Green+Blue) = 80+209+78=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #50D14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D14E is #AF2EB1. Grayscale: #9B9B9B. Windows color (decimal): -11480754 or 5165392. OLE color: 5165392.

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

Color convert

RGB 80 209 78 -
CMYK 0.62 0 0.63 0.18
HSL 119.08º 0.59% 0.56% -
HSV(B) 119.08º 0.63% 0.82% -
XYZ 27.48 47.86 15 -
YUV 155.5 84.26 74.15 -
System Red Green Blue C M Y K H S L
Decimal 80 209 78 0.62 0 0.63 0.18 119.08 0.59 0.56
Hex 50 D1 4E 3E 0 3F 12 77 3B 38
Octal 120 321 116 76 0 77 22 167 73 70
Binary 1010000 11010001 1001110 111110 0 111111 10010 1110111 111011 111000

Color Harmonies of #50D14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D14E

Black with #50D14E

Text Example


Text Example

White with #50D14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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