#50E82B

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

Shades of Lime Green #50E82B

Tints of Lime Green #50E82B

Color information

#50E82B (or 0x50E82B) is unknown color: approx Lime Green. HEX triplet: 50, E8 and 2B. RGB value is (80,232,43). Sum of RGB (Red+Green+Blue) = 80+232+43=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 232 (91.02% from 255 or 65.35% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 232 - color contains mainly: green. Hex color #50E82B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E82B is #AF17D4. Grayscale: #A5A5A5. Windows color (decimal): -11474901 or 2877520. OLE color: 2877520.

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

Color convert

RGB8023243-
CMYK0.6600.810.09
HSL108.25º80.43%53.92%-
HSV(B)108.25º81.47%90.98%-
XYZ32.659.5912.07-
YUV165.0159.1467.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 232 (91.02% from 255) = 65.35%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=22.54%
G=65.35%
B=12.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80232430.6600.810.09108.2580.4353.92
Hex50E82B4205196c5036
Octal1203505310201211115412066
Binary101000011101000101011100001001010001100111011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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