Html Css Color HEX #50E041 Lime Green

📋 copy color: '#50E041'

red 80 ◦ green 224 ◦ blue 65

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

Shades of Lime Green #50E041

Tints of Lime Green #50E041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.7%

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 21.68%
G = 60.7%
B = 17.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#50E041 (or 0x50E041) is known color: Lime Green. HEX triplet: 50, E0 and 41. RGB value is (80,224,65). Sum of RGB (Red+Green+Blue) = 80+224+65=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #50E041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E041 is #AF1FBE. Grayscale: #A3A3A3. Windows color (decimal): -11476927 or 4317264. OLE color: 4317264.

HSL color Cylindrical-coordinate representation of color #50E041: hue angle of 114.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50E041 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 65 -
CMYK 0.64 0 0.71 0.12
HSL 114.34º 0.72% 0.57% -
HSV(B) 114.34º 0.71% 0.88% -
XYZ 30.92 55.4 14.06 -
YUV 162.82 72.79 68.93 -
System Red Green Blue C M Y K H S L
Decimal 80 224 65 0.64 0 0.71 0.12 114.34 0.72 0.57
Hex 50 E0 41 40 0 47 C 72 48 39
Octal 120 340 101 100 0 107 14 162 110 71
Binary 1010000 11100000 1000001 1000000 0 1000111 1100 1110010 1001000 111001

Color Harmonies of #50E041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E041

Black with #50E041

Text Example


Text Example

White with #50E041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,65); }

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

background-color css

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

 a { background-color: rgb(80,224,65); }

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

border-color css

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

 span { border-color: rgb(80,224,65); }

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