Html Css Color HEX #50D74D Lime Green

📋 copy color: '#50D74D'

red 80 ◦ green 215 ◦ blue 77

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

Shades of Lime Green #50D74D

Tints of Lime Green #50D74D

RGB

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

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

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

R = 21.51%
G = 57.8%
B = 20.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#50D74D (or 0x50D74D) is known color: Lime Green. HEX triplet: 50, D7 and 4D. RGB value is (80,215,77). Sum of RGB (Red+Green+Blue) = 80+215+77=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #50D74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D74D is #AF28B2. Grayscale: #9F9F9F. Windows color (decimal): -11479219 or 5101392. OLE color: 5101392.

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

Color convert

RGB 80 215 77 -
CMYK 0.63 0 0.64 0.16
HSL 118.7º 0.63% 0.57% -
HSV(B) 118.7º 0.64% 0.84% -
XYZ 28.95 50.84 15.31 -
YUV 158.9 81.77 71.72 -
System Red Green Blue C M Y K H S L
Decimal 80 215 77 0.63 0 0.64 0.16 118.7 0.63 0.57
Hex 50 D7 4D 3F 0 40 10 77 3F 39
Octal 120 327 115 77 0 100 20 167 77 71
Binary 1010000 11010111 1001101 111111 0 1000000 10000 1110111 111111 111001

Color Harmonies of #50D74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D74D

Black with #50D74D

Text Example


Text Example

White with #50D74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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