Html Css Color HEX #50F32E Lime Green

📋 copy color: '#50F32E'

red 80 ◦ green 243 ◦ blue 46

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

Shades of Lime Green #50F32E

Tints of Lime Green #50F32E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.85%

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 21.68%
G = 65.85%
B = 12.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#50F32E (or 0x50F32E) is known color: Lime Green. HEX triplet: 50, F3 and 2E. RGB value is (80,243,46). Sum of RGB (Red+Green+Blue) = 80+243+46=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #50F32E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F32E is #AF0CD1. Grayscale: #ACACAC. Windows color (decimal): -11472082 or 3076944. OLE color: 3076944.

HSL color Cylindrical-coordinate representation of color #50F32E: hue angle of 109.64º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50F32E is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 243 46 -
CMYK 0.67 0 0.81 0.05
HSL 109.64º 0.89% 0.57% -
HSV(B) 109.64º 0.81% 0.95% -
XYZ 35.85 66 13.44 -
YUV 171.81 57 62.52 -
System Red Green Blue C M Y K H S L
Decimal 80 243 46 0.67 0 0.81 0.05 109.64 0.89 0.57
Hex 50 F3 2E 43 0 51 5 6E 59 39
Octal 120 363 56 103 0 121 5 156 131 71
Binary 1010000 11110011 101110 1000011 0 1010001 101 1101110 1011001 111001

Color Harmonies of #50F32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F32E

Black with #50F32E

Text Example


Text Example

White with #50F32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,243,46); }

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

background-color css

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

 a { background-color: rgb(80,243,46); }

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

border-color css

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

 span { border-color: rgb(80,243,46); }

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