Html Css Color HEX #50DC45 Lime Green

📋 copy color: '#50DC45'

red 80 ◦ green 220 ◦ blue 69

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

Shades of Lime Green #50DC45

Tints of Lime Green #50DC45

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.62%

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

R = 21.68%
G = 59.62%
B = 18.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#50DC45 (or 0x50DC45) is known color: Lime Green. HEX triplet: 50, DC and 45. RGB value is (80,220,69). Sum of RGB (Red+Green+Blue) = 80+220+69=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC45 is #AF23BA. Grayscale: #A1A1A1. Windows color (decimal): -11477947 or 4578384. OLE color: 4578384.

HSL color Cylindrical-coordinate representation of color #50DC45: hue angle of 115.63º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50DC45 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 69 -
CMYK 0.64 0 0.69 0.14
HSL 115.63º 0.68% 0.57% -
HSV(B) 115.63º 0.69% 0.86% -
XYZ 29.98 53.32 14.34 -
YUV 160.93 76.12 70.28 -
System Red Green Blue C M Y K H S L
Decimal 80 220 69 0.64 0 0.69 0.14 115.63 0.68 0.57
Hex 50 DC 45 40 0 45 E 74 44 39
Octal 120 334 105 100 0 105 16 164 104 71
Binary 1010000 11011100 1000101 1000000 0 1000101 1110 1110100 1000100 111001

Color Harmonies of #50DC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC45

Black with #50DC45

Text Example


Text Example

White with #50DC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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