Html Css Color HEX #50D845 Lime Green

📋 copy color: '#50D845'

red 80 ◦ green 216 ◦ blue 69

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

Shades of Lime Green #50D845

Tints of Lime Green #50D845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 21.92%
G = 59.18%
B = 18.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#50D845 (or 0x50D845) is known color: Lime Green. HEX triplet: 50, D8 and 45. RGB value is (80,216,69). Sum of RGB (Red+Green+Blue) = 80+216+69=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #50D845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D845 is #AF27BA. Grayscale: #9F9F9F. Windows color (decimal): -11478971 or 4577360. OLE color: 4577360.

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

Color convert

RGB 80 216 69 -
CMYK 0.63 0 0.68 0.15
HSL 115.51º 0.65% 0.56% -
HSV(B) 115.51º 0.68% 0.85% -
XYZ 28.94 51.25 14 -
YUV 158.58 77.44 71.95 -
System Red Green Blue C M Y K H S L
Decimal 80 216 69 0.63 0 0.68 0.15 115.51 0.65 0.56
Hex 50 D8 45 3F 0 44 F 74 41 38
Octal 120 330 105 77 0 104 17 164 101 70
Binary 1010000 11011000 1000101 111111 0 1000100 1111 1110100 1000001 111000

Color Harmonies of #50D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D845

Black with #50D845

Text Example


Text Example

White with #50D845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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