Html Css Color HEX #50E63F Lime Green

📋 copy color: '#50E63F'

red 80 ◦ green 230 ◦ blue 63

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

Shades of Lime Green #50E63F

Tints of Lime Green #50E63F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.66%

 BLUE value IS 63 (25% from 255) = 16.89%

R = 21.45%
G = 61.66%
B = 16.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#50E63F (or 0x50E63F) is known color: Lime Green. HEX triplet: 50, E6 and 3F. RGB value is (80,230,63). Sum of RGB (Red+Green+Blue) = 80+230+63=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 230 (90.23% from 255 or 61.66% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 230 - color contains mainly: green. Hex color #50E63F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E63F is #AF19C0. Grayscale: #A6A6A6. Windows color (decimal): -11475393 or 4187728. OLE color: 4187728.

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

Color convert

RGB 80 230 63 -
CMYK 0.65 0 0.73 0.10
HSL 113.89º 0.77% 0.57% -
HSV(B) 113.89º 0.73% 0.9% -
XYZ 32.5 58.66 14.31 -
YUV 166.11 69.81 66.58 -
System Red Green Blue C M Y K H S L
Decimal 80 230 63 0.65 0 0.73 0.10 113.89 0.77 0.57
Hex 50 E6 3F 41 0 49 A 72 4D 39
Octal 120 346 77 101 0 111 12 162 115 71
Binary 1010000 11100110 111111 1000001 0 1001001 1010 1110010 1001101 111001

Color Harmonies of #50E63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E63F

Black with #50E63F

Text Example


Text Example

White with #50E63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,63); }

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

background-color css

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

 a { background-color: rgb(80,230,63); }

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

border-color css

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

 span { border-color: rgb(80,230,63); }

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