Html Css Color HEX #50D84F Lime Green

📋 copy color: '#50D84F'

red 80 ◦ green 216 ◦ blue 79

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

Shades of Lime Green #50D84F

Tints of Lime Green #50D84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.6%

 BLUE value IS 79 (31.25% from 255) = 21.07%

R = 21.33%
G = 57.6%
B = 21.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#50D84F (or 0x50D84F) is known color: Lime Green. HEX triplet: 50, D8 and 4F. RGB value is (80,216,79). Sum of RGB (Red+Green+Blue) = 80+216+79=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #50D84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D84F is #AF27B0. Grayscale: #A0A0A0. Windows color (decimal): -11478961 or 5232720. OLE color: 5232720.

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

Color convert

RGB 80 216 79 -
CMYK 0.63 0 0.63 0.15
HSL 119.56º 0.64% 0.58% -
HSV(B) 119.56º 0.63% 0.85% -
XYZ 29.28 51.38 15.77 -
YUV 159.72 82.44 71.14 -
System Red Green Blue C M Y K H S L
Decimal 80 216 79 0.63 0 0.63 0.15 119.56 0.64 0.58
Hex 50 D8 4F 3F 0 3F F 78 40 3A
Octal 120 330 117 77 0 77 17 170 100 72
Binary 1010000 11011000 1001111 111111 0 111111 1111 1111000 1000000 111010

Color Harmonies of #50D84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D84F

Black with #50D84F

Text Example


Text Example

White with #50D84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,79); }

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

background-color css

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

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

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

border-color css

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

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

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