#50EA35

Color #50EA35 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #50EA35

Tints of Lime Green #50EA35

Color information

#50EA35 (or 0x50EA35) is unknown color: approx Lime Green. HEX triplet: 50, EA and 35. RGB value is (80,234,53). Sum of RGB (Red+Green+Blue) = 80+234+53=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 234 (91.80% from 255 or 63.76% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EA35 is #AF15CA. Grayscale: #A7A7A7. Windows color (decimal): -11474379 or 3533392. OLE color: 3533392.

HSL color Cylindrical-coordinate representation of color #50EA35: hue angle of 111.05º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50EA35 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB8023453-
CMYK0.6600.770.08
HSL111.05º81.17%56.27%-
HSV(B)111.05º77.35%91.76%-
XYZ33.3760.8113.35-
YUV167.3263.4865.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 234 (91.80% from 255) = 63.76%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=21.80%
G=63.76%
B=14.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80234530.6600.770.08111.0581.1756.27
Hex50EA354204D86f5138
Octal1203526510201151015712170
Binary101000011101010110101100001001001101100011011111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,234,53); }

 H1.HeaderClassName
 {
   color: #50EA35;
 }
 .AnyTagClassName
 {
   color: #50EA35;
 }
</style>
background-color css

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

 a { background-color: rgb(80,234,53); }

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

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

 span { border-color: rgb(80,234,53); }

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