Html Css Color HEX #50E743 Lime Green

📋 copy color: '#50E743'

red 80 ◦ green 231 ◦ blue 67

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

Shades of Lime Green #50E743

Tints of Lime Green #50E743

RGB

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

 GREEN value IS 231 (90.63% from 255) = 61.11%

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

R = 21.16%
G = 61.11%
B = 17.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#50E743 (or 0x50E743) is known color: Lime Green. HEX triplet: 50, E7 and 43. RGB value is (80,231,67). Sum of RGB (Red+Green+Blue) = 80+231+67=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 231 (90.62% from 255 or 61.11% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 231 - color contains mainly: green. Hex color #50E743 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E743 is #AF18BC. Grayscale: #A7A7A7. Windows color (decimal): -11475133 or 4450128. OLE color: 4450128.

HSL color Cylindrical-coordinate representation of color #50E743: hue angle of 115.24º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50E743 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 67 -
CMYK 0.65 0 0.71 0.09
HSL 115.24º 0.77% 0.58% -
HSV(B) 115.24º 0.71% 0.91% -
XYZ 32.9 59.26 15.02 -
YUV 167.16 71.47 65.84 -
System Red Green Blue C M Y K H S L
Decimal 80 231 67 0.65 0 0.71 0.09 115.24 0.77 0.58
Hex 50 E7 43 41 0 47 9 73 4D 3A
Octal 120 347 103 101 0 107 11 163 115 72
Binary 1010000 11100111 1000011 1000001 0 1000111 1001 1110011 1001101 111010

Color Harmonies of #50E743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E743

Black with #50E743

Text Example


Text Example

White with #50E743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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