Html Css Color HEX #50E745 Lime Green

📋 copy color: '#50E745'

red 80 ◦ green 231 ◦ blue 69

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

Shades of Lime Green #50E745

Tints of Lime Green #50E745

RGB

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

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

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

R = 21.05%
G = 60.79%
B = 18.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#50E745 (or 0x50E745) is known color: Lime Green. HEX triplet: 50, E7 and 45. RGB value is (80,231,69). Sum of RGB (Red+Green+Blue) = 80+231+69=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 231 (90.62% from 255 or 60.79% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 231 - color contains mainly: green. Hex color #50E745 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E745 is #AF18BA. Grayscale: #A7A7A7. Windows color (decimal): -11475131 or 4581200. OLE color: 4581200.

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

Color convert

RGB 80 231 69 -
CMYK 0.65 0 0.70 0.09
HSL 115.93º 0.77% 0.59% -
HSV(B) 115.93º 0.7% 0.91% -
XYZ 32.96 59.29 15.34 -
YUV 167.38 72.47 65.67 -
System Red Green Blue C M Y K H S L
Decimal 80 231 69 0.65 0 0.70 0.09 115.93 0.77 0.59
Hex 50 E7 45 41 0 46 9 74 4D 3B
Octal 120 347 105 101 0 106 11 164 115 73
Binary 1010000 11100111 1000101 1000001 0 1000110 1001 1110100 1001101 111011

Color Harmonies of #50E745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E745

Black with #50E745

Text Example


Text Example

White with #50E745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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