Html Css Color HEX #50D645 Lime Green

📋 copy color: '#50D645'

red 80 ◦ green 214 ◦ blue 69

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

Shades of Lime Green #50D645

Tints of Lime Green #50D645

RGB

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

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

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

R = 22.04%
G = 58.95%
B = 19.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#50D645 (or 0x50D645) is known color: Lime Green. HEX triplet: 50, D6 and 45. RGB value is (80,214,69). Sum of RGB (Red+Green+Blue) = 80+214+69=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #50D645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D645 is #AF29BA. Grayscale: #9D9D9D. Windows color (decimal): -11479483 or 4576848. OLE color: 4576848.

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

Color convert

RGB 80 214 69 -
CMYK 0.63 0 0.68 0.16
HSL 115.45º 0.64% 0.55% -
HSV(B) 115.45º 0.68% 0.84% -
XYZ 28.43 50.23 13.83 -
YUV 157.4 78.11 72.79 -
System Red Green Blue C M Y K H S L
Decimal 80 214 69 0.63 0 0.68 0.16 115.45 0.64 0.55
Hex 50 D6 45 3F 0 44 10 73 40 37
Octal 120 326 105 77 0 104 20 163 100 67
Binary 1010000 11010110 1000101 111111 0 1000100 10000 1110011 1000000 110111

Color Harmonies of #50D645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D645

Black with #50D645

Text Example


Text Example

White with #50D645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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