Html Css Color HEX #50EC42 Lime Green

📋 copy color: '#50EC42'

red 80 ◦ green 236 ◦ blue 66

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

Shades of Lime Green #50EC42

Tints of Lime Green #50EC42

RGB

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

 GREEN value IS 236 (92.58% from 255) = 61.78%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 20.94%
G = 61.78%
B = 17.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#50EC42 (or 0x50EC42) is known color: Lime Green. HEX triplet: 50, EC and 42. RGB value is (80,236,66). Sum of RGB (Red+Green+Blue) = 80+236+66=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 236 (92.58% from 255 or 61.78% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC42 is #AF13BD. Grayscale: #AAAAAA. Windows color (decimal): -11473854 or 4385872. OLE color: 4385872.

HSL color Cylindrical-coordinate representation of color #50EC42: hue angle of 115.06º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50EC42 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 66 -
CMYK 0.66 0 0.72 0.07
HSL 115.06º 0.82% 0.59% -
HSV(B) 115.06º 0.72% 0.93% -
XYZ 34.29 62.09 15.33 -
YUV 169.98 69.32 63.82 -
System Red Green Blue C M Y K H S L
Decimal 80 236 66 0.66 0 0.72 0.07 115.06 0.82 0.59
Hex 50 EC 42 42 0 48 7 73 52 3B
Octal 120 354 102 102 0 110 7 163 122 73
Binary 1010000 11101100 1000010 1000010 0 1001000 111 1110011 1010010 111011

Color Harmonies of #50EC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EC42

Black with #50EC42

Text Example


Text Example

White with #50EC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,66); }

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

background-color css

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

 a { background-color: rgb(80,236,66); }

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

border-color css

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

 span { border-color: rgb(80,236,66); }

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