Html Css Color HEX #50E32A Lime Green

📋 copy color: '#50E32A'

red 80 ◦ green 227 ◦ blue 42

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

Shades of Lime Green #50E32A

Tints of Lime Green #50E32A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 65.04%

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 22.92%
G = 65.04%
B = 12.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#50E32A (or 0x50E32A) is known color: Lime Green. HEX triplet: 50, E3 and 2A. RGB value is (80,227,42). Sum of RGB (Red+Green+Blue) = 80+227+42=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 227 (89.06% from 255 or 65.04% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 227 - color contains mainly: green. Hex color #50E32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E32A is #AF1CD5. Grayscale: #A2A2A2. Windows color (decimal): -11476182 or 2810704. OLE color: 2810704.

HSL color Cylindrical-coordinate representation of color #50E32A: hue angle of 107.68º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50E32A is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 42 -
CMYK 0.65 0 0.81 0.11
HSL 107.68º 0.77% 0.53% -
HSV(B) 107.68º 0.81% 0.89% -
XYZ 31.2 56.81 11.51 -
YUV 161.96 60.3 69.54 -
System Red Green Blue C M Y K H S L
Decimal 80 227 42 0.65 0 0.81 0.11 107.68 0.77 0.53
Hex 50 E3 2A 41 0 51 B 6C 4D 35
Octal 120 343 52 101 0 121 13 154 115 65
Binary 1010000 11100011 101010 1000001 0 1010001 1011 1101100 1001101 110101

Color Harmonies of #50E32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E32A

Black with #50E32A

Text Example


Text Example

White with #50E32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,227,42); }

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

background-color css

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

 a { background-color: rgb(80,227,42); }

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

border-color css

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

 span { border-color: rgb(80,227,42); }

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