Html Css Color HEX #50D647 Lime Green

📋 copy color: '#50D647'

red 80 ◦ green 214 ◦ blue 71

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

Shades of Lime Green #50D647

Tints of Lime Green #50D647

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.63%

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 21.92%
G = 58.63%
B = 19.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#50D647 (or 0x50D647) is known color: Lime Green. HEX triplet: 50, D6 and 47. RGB value is (80,214,71). Sum of RGB (Red+Green+Blue) = 80+214+71=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #50D647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D647 is #AF29B8. Grayscale: #9E9E9E. Windows color (decimal): -11479481 or 4707920. OLE color: 4707920.

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

Color convert

RGB 80 214 71 -
CMYK 0.63 0 0.67 0.16
HSL 116.22º 0.64% 0.56% -
HSV(B) 116.22º 0.67% 0.84% -
XYZ 28.49 50.25 14.16 -
YUV 157.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 80 214 71 0.63 0 0.67 0.16 116.22 0.64 0.56
Hex 50 D6 47 3F 0 43 10 74 40 38
Octal 120 326 107 77 0 103 20 164 100 70
Binary 1010000 11010110 1000111 111111 0 1000011 10000 1110100 1000000 111000

Color Harmonies of #50D647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D647

Black with #50D647

Text Example


Text Example

White with #50D647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,71); }

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

background-color css

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

 a { background-color: rgb(80,214,71); }

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

border-color css

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

 span { border-color: rgb(80,214,71); }

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