#50E52B

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

Shades of Lime Green #50E52B

Tints of Lime Green #50E52B

Color information

#50E52B (or 0x50E52B) is unknown color: approx Lime Green. HEX triplet: 50, E5 and 2B. RGB value is (80,229,43). Sum of RGB (Red+Green+Blue) = 80+229+43=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 229 (89.84% from 255 or 65.06% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 229 - color contains mainly: green. Hex color #50E52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E52B is #AF1AD4. Grayscale: #A3A3A3. Windows color (decimal): -11475669 or 2876752. OLE color: 2876752.

HSL color Cylindrical-coordinate representation of color #50E52B: hue angle of 108.06º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50E52B is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB8022943-
CMYK0.6500.810.10
HSL108.06º78.15%53.33%-
HSV(B)108.06º81.22%89.8%-
XYZ31.7657.9211.79-
YUV163.2460.1468.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 229 (89.84% from 255) = 65.06%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=22.73%
G=65.06%
B=12.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80229430.6500.810.10108.0678.1553.33
Hex50E52B41051A6c4e35
Octal1203455310101211215411665
Binary101000011100101101011100000101010001101011011001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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