Html Css Color HEX #50E842 Lime Green

📋 copy color: '#50E842'

red 80 ◦ green 232 ◦ blue 66

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

Shades of Lime Green #50E842

Tints of Lime Green #50E842

RGB

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

 GREEN value IS 232 (91.02% from 255) = 61.38%

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

R = 21.16%
G = 61.38%
B = 17.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#50E842 (or 0x50E842) is known color: Lime Green. HEX triplet: 50, E8 and 42. RGB value is (80,232,66). Sum of RGB (Red+Green+Blue) = 80+232+66=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 232 (91.02% from 255 or 61.38% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 232 - color contains mainly: green. Hex color #50E842 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E842 is #AF17BD. Grayscale: #A8A8A8. Windows color (decimal): -11474878 or 4384848. OLE color: 4384848.

HSL color Cylindrical-coordinate representation of color #50E842: hue angle of 114.94º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50E842 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 232 66 -
CMYK 0.66 0 0.72 0.09
HSL 114.94º 0.78% 0.58% -
HSV(B) 114.94º 0.72% 0.91% -
XYZ 33.15 59.81 14.95 -
YUV 167.63 70.64 65.5 -
System Red Green Blue C M Y K H S L
Decimal 80 232 66 0.66 0 0.72 0.09 114.94 0.78 0.58
Hex 50 E8 42 42 0 48 9 73 4E 3A
Octal 120 350 102 102 0 110 11 163 116 72
Binary 1010000 11101000 1000010 1000010 0 1001000 1001 1110011 1001110 111010

Color Harmonies of #50E842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E842

Black with #50E842

Text Example


Text Example

White with #50E842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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