Html Css Color HEX #50D83E Lime Green

📋 copy color: '#50D83E'

red 80 ◦ green 216 ◦ blue 62

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

Shades of Lime Green #50D83E

Tints of Lime Green #50D83E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.34%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 22.35%
G = 60.34%
B = 17.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#50D83E (or 0x50D83E) is known color: Lime Green. HEX triplet: 50, D8 and 3E. RGB value is (80,216,62). Sum of RGB (Red+Green+Blue) = 80+216+62=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #50D83E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D83E is #AF27C1. Grayscale: #9E9E9E. Windows color (decimal): -11478978 or 4118608. OLE color: 4118608.

HSL color Cylindrical-coordinate representation of color #50D83E: hue angle of 112.99º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50D83E is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 62 -
CMYK 0.63 0 0.71 0.15
HSL 112.99º 0.66% 0.55% -
HSV(B) 112.99º 0.71% 0.85% -
XYZ 28.73 51.17 12.92 -
YUV 157.78 73.94 72.52 -
System Red Green Blue C M Y K H S L
Decimal 80 216 62 0.63 0 0.71 0.15 112.99 0.66 0.55
Hex 50 D8 3E 3F 0 47 F 71 42 37
Octal 120 330 76 77 0 107 17 161 102 67
Binary 1010000 11011000 111110 111111 0 1000111 1111 1110001 1000010 110111

Color Harmonies of #50D83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D83E

Black with #50D83E

Text Example


Text Example

White with #50D83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,62); }

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

background-color css

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

 a { background-color: rgb(80,216,62); }

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

border-color css

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

 span { border-color: rgb(80,216,62); }

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