Html Css Color HEX #50E83A Lime Green

📋 copy color: '#50E83A'

red 80 ◦ green 232 ◦ blue 58

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

Shades of Lime Green #50E83A

Tints of Lime Green #50E83A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 62.7%

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

R = 21.62%
G = 62.7%
B = 15.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#50E83A (or 0x50E83A) is known color: Lime Green. HEX triplet: 50, E8 and 3A. RGB value is (80,232,58). Sum of RGB (Red+Green+Blue) = 80+232+58=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #50E83A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E83A is #AF17C5. Grayscale: #A7A7A7. Windows color (decimal): -11474886 or 3860560. OLE color: 3860560.

HSL color Cylindrical-coordinate representation of color #50E83A: hue angle of 112.41º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50E83A is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 58 -
CMYK 0.66 0 0.75 0.09
HSL 112.41º 0.79% 0.57% -
HSV(B) 112.41º 0.75% 0.91% -
XYZ 32.93 59.72 13.8 -
YUV 166.72 66.64 66.15 -
System Red Green Blue C M Y K H S L
Decimal 80 232 58 0.66 0 0.75 0.09 112.41 0.79 0.57
Hex 50 E8 3A 42 0 4B 9 70 4F 39
Octal 120 350 72 102 0 113 11 160 117 71
Binary 1010000 11101000 111010 1000010 0 1001011 1001 1110000 1001111 111001

Color Harmonies of #50E83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E83A

Black with #50E83A

Text Example


Text Example

White with #50E83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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