Html Css Color HEX #50CE49 Lime Green

📋 copy color: '#50CE49'

red 80 ◦ green 206 ◦ blue 73

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

Shades of Lime Green #50CE49

Tints of Lime Green #50CE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.38%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 22.28%
G = 57.38%
B = 20.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#50CE49 (or 0x50CE49) is known color: Lime Green. HEX triplet: 50, CE and 49. RGB value is (80,206,73). Sum of RGB (Red+Green+Blue) = 80+206+73=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE49 is #AF31B6. Grayscale: #999999. Windows color (decimal): -11481527 or 4836944. OLE color: 4836944.

HSL color Cylindrical-coordinate representation of color #50CE49: hue angle of 116.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50CE49 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 73 -
CMYK 0.61 0 0.65 0.19
HSL 116.84º 0.58% 0.55% -
HSV(B) 116.84º 0.65% 0.81% -
XYZ 26.58 46.33 13.84 -
YUV 153.16 82.76 75.81 -
System Red Green Blue C M Y K H S L
Decimal 80 206 73 0.61 0 0.65 0.19 116.84 0.58 0.55
Hex 50 CE 49 3D 0 41 13 75 3A 37
Octal 120 316 111 75 0 101 23 165 72 67
Binary 1010000 11001110 1001001 111101 0 1000001 10011 1110101 111010 110111

Color Harmonies of #50CE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE49

Black with #50CE49

Text Example


Text Example

White with #50CE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,73); }

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

background-color css

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

 a { background-color: rgb(80,206,73); }

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

border-color css

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

 span { border-color: rgb(80,206,73); }

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