Html Css Color HEX #50C939 Lime Green

📋 copy color: '#50C939'

red 80 ◦ green 201 ◦ blue 57

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

Shades of Lime Green #50C939

Tints of Lime Green #50C939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.86%

R = 23.67%
G = 59.47%
B = 16.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#50C939 (or 0x50C939) is known color: Lime Green. HEX triplet: 50, C9 and 39. RGB value is (80,201,57). Sum of RGB (Red+Green+Blue) = 80+201+57=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #50C939 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C939 is #AF36C6. Grayscale: #949494. Windows color (decimal): -11482823 or 3787088. OLE color: 3787088.

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

Color convert

RGB 80 201 57 -
CMYK 0.60 0 0.72 0.21
HSL 110.42º 0.57% 0.51% -
HSV(B) 110.42º 0.72% 0.79% -
XYZ 24.93 43.77 11.01 -
YUV 148.41 76.41 79.21 -
System Red Green Blue C M Y K H S L
Decimal 80 201 57 0.60 0 0.72 0.21 110.42 0.57 0.51
Hex 50 C9 39 3C 0 48 15 6E 39 33
Octal 120 311 71 74 0 110 25 156 71 63
Binary 1010000 11001001 111001 111100 0 1001000 10101 1101110 111001 110011

Color Harmonies of #50C939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C939

Black with #50C939

Text Example


Text Example

White with #50C939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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