Html Css Color HEX #50E53A Lime Green

📋 copy color: '#50E53A'

red 80 ◦ green 229 ◦ blue 58

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

Shades of Lime Green #50E53A

Tints of Lime Green #50E53A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 62.4%

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 21.8%
G = 62.4%
B = 15.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#50E53A (or 0x50E53A) is known color: Lime Green. HEX triplet: 50, E5 and 3A. RGB value is (80,229,58). Sum of RGB (Red+Green+Blue) = 80+229+58=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 229 (89.84% from 255 or 62.40% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 229 - color contains mainly: green. Hex color #50E53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E53A is #AF1AC5. Grayscale: #A5A5A5. Windows color (decimal): -11475654 or 3859792. OLE color: 3859792.

HSL color Cylindrical-coordinate representation of color #50E53A: hue angle of 112.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50E53A is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 58 -
CMYK 0.65 0 0.75 0.10
HSL 112.28º 0.77% 0.56% -
HSV(B) 112.28º 0.75% 0.9% -
XYZ 32.09 58.05 13.52 -
YUV 164.96 67.64 67.4 -
System Red Green Blue C M Y K H S L
Decimal 80 229 58 0.65 0 0.75 0.10 112.28 0.77 0.56
Hex 50 E5 3A 41 0 4B A 70 4D 38
Octal 120 345 72 101 0 113 12 160 115 70
Binary 1010000 11100101 111010 1000001 0 1001011 1010 1110000 1001101 111000

Color Harmonies of #50E53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E53A

Black with #50E53A

Text Example


Text Example

White with #50E53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,229,58); }

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

background-color css

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

 a { background-color: rgb(80,229,58); }

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

border-color css

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

 span { border-color: rgb(80,229,58); }

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