Html Css Color HEX #50D937 Lime Green

📋 copy color: '#50D937'

red 80 ◦ green 217 ◦ blue 55

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

Shades of Lime Green #50D937

Tints of Lime Green #50D937

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.65%

 BLUE value IS 55 (21.88% from 255) = 15.63%

R = 22.73%
G = 61.65%
B = 15.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#50D937 (or 0x50D937) is known color: Lime Green. HEX triplet: 50, D9 and 37. RGB value is (80,217,55). Sum of RGB (Red+Green+Blue) = 80+217+55=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #50D937 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D937 is #AF26C8. Grayscale: #9E9E9E. Windows color (decimal): -11478729 or 3660112. OLE color: 3660112.

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

Color convert

RGB 80 217 55 -
CMYK 0.63 0 0.75 0.15
HSL 110.74º 0.68% 0.53% -
HSV(B) 110.74º 0.75% 0.85% -
XYZ 28.81 51.61 12.06 -
YUV 157.57 70.11 72.67 -
System Red Green Blue C M Y K H S L
Decimal 80 217 55 0.63 0 0.75 0.15 110.74 0.68 0.53
Hex 50 D9 37 3F 0 4B F 6F 44 35
Octal 120 331 67 77 0 113 17 157 104 65
Binary 1010000 11011001 110111 111111 0 1001011 1111 1101111 1000100 110101

Color Harmonies of #50D937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D937

Black with #50D937

Text Example


Text Example

White with #50D937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,217,55); }

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

background-color css

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

 a { background-color: rgb(80,217,55); }

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

border-color css

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

 span { border-color: rgb(80,217,55); }

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