Html Css Color HEX #50D84C Lime Green

📋 copy color: '#50D84C'

red 80 ◦ green 216 ◦ blue 76

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

Shades of Lime Green #50D84C

Tints of Lime Green #50D84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 21.51%
G = 58.06%
B = 20.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#50D84C (or 0x50D84C) is known color: Lime Green. HEX triplet: 50, D8 and 4C. RGB value is (80,216,76). Sum of RGB (Red+Green+Blue) = 80+216+76=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #50D84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D84C is #AF27B3. Grayscale: #9F9F9F. Windows color (decimal): -11478964 or 5036112. OLE color: 5036112.

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

Color convert

RGB 80 216 76 -
CMYK 0.63 0 0.65 0.15
HSL 118.29º 0.64% 0.57% -
HSV(B) 118.29º 0.65% 0.85% -
XYZ 29.17 51.34 15.21 -
YUV 159.38 80.94 71.38 -
System Red Green Blue C M Y K H S L
Decimal 80 216 76 0.63 0 0.65 0.15 118.29 0.64 0.57
Hex 50 D8 4C 3F 0 41 F 76 40 39
Octal 120 330 114 77 0 101 17 166 100 71
Binary 1010000 11011000 1001100 111111 0 1000001 1111 1110110 1000000 111001

Color Harmonies of #50D84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D84C

Black with #50D84C

Text Example


Text Example

White with #50D84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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