Html Css Color HEX #50C937 Lime Green

📋 copy color: '#50C937'

red 80 ◦ green 201 ◦ blue 55

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

Shades of Lime Green #50C937

Tints of Lime Green #50C937

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.82%

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

R = 23.81%
G = 59.82%
B = 16.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#50C937 (or 0x50C937) is known color: Lime Green. HEX triplet: 50, C9 and 37. RGB value is (80,201,55). Sum of RGB (Red+Green+Blue) = 80+201+55=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #50C937 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C937 is #AF36C8. Grayscale: #949494. Windows color (decimal): -11482825 or 3656016. OLE color: 3656016.

HSL color Cylindrical-coordinate representation of color #50C937: hue angle of 109.73º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50C937 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 55 -
CMYK 0.60 0 0.73 0.21
HSL 109.73º 0.57% 0.5% -
HSV(B) 109.73º 0.73% 0.79% -
XYZ 24.88 43.75 10.75 -
YUV 148.18 75.41 79.37 -
System Red Green Blue C M Y K H S L
Decimal 80 201 55 0.60 0 0.73 0.21 109.73 0.57 0.5
Hex 50 C9 37 3C 0 49 15 6E 39 32
Octal 120 311 67 74 0 111 25 156 71 62
Binary 1010000 11001001 110111 111100 0 1001001 10101 1101110 111001 110010

Color Harmonies of #50C937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C937

Black with #50C937

Text Example


Text Example

White with #50C937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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