#50C835

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

Shades of Lime Green #50C835

Tints of Lime Green #50C835

Color information

#50C835 (or 0x50C835) is unknown color: approx Lime Green. HEX triplet: 50, C8 and 35. RGB value is (80,200,53). Sum of RGB (Red+Green+Blue) = 80+200+53=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #50C835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C835 is #AF37CA. Grayscale: #939393. Windows color (decimal): -11483083 or 3524688. OLE color: 3524688.

HSL color Cylindrical-coordinate representation of color #50C835: hue angle of 108.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50C835 is Cyan = 0.6, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB8020053-
CMYK0.600.740.22
HSL108.98º58.1%49.61%-
HSV(B)108.98º73.5%78.43%-
XYZ24.6143.2710.42-
YUV147.3674.7479.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 200 (78.52% from 255) = 60.06%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=24.02%
G=60.06%
B=15.92%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80200530.600.740.22108.9858.149.61
Hex50C8353C04A166d3a32
Octal12031065740112261557262
Binary10100001100100011010111110001001010101101101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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