Html Css Color HEX #50D843 Lime Green

📋 copy color: '#50D843'

red 80 ◦ green 216 ◦ blue 67

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

Shades of Lime Green #50D843

Tints of Lime Green #50D843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 22.04%
G = 59.5%
B = 18.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#50D843 (or 0x50D843) is known color: Lime Green. HEX triplet: 50, D8 and 43. RGB value is (80,216,67). Sum of RGB (Red+Green+Blue) = 80+216+67=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #50D843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D843 is #AF27BC. Grayscale: #9E9E9E. Windows color (decimal): -11478973 or 4446288. OLE color: 4446288.

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

Color convert

RGB 80 216 67 -
CMYK 0.63 0 0.69 0.15
HSL 114.77º 0.66% 0.55% -
HSV(B) 114.77º 0.69% 0.85% -
XYZ 28.88 51.22 13.68 -
YUV 158.35 76.44 72.12 -
System Red Green Blue C M Y K H S L
Decimal 80 216 67 0.63 0 0.69 0.15 114.77 0.66 0.55
Hex 50 D8 43 3F 0 45 F 73 42 37
Octal 120 330 103 77 0 105 17 163 102 67
Binary 1010000 11011000 1000011 111111 0 1000101 1111 1110011 1000010 110111

Color Harmonies of #50D843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D843

Black with #50D843

Text Example


Text Example

White with #50D843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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