#50E34A

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

Shades of Lime Green #50E34A

Tints of Lime Green #50E34A

Color information

#50E34A (or 0x50E34A) is unknown color: approx Lime Green. HEX triplet: 50, E3 and 4A. RGB value is (80,227,74). Sum of RGB (Red+Green+Blue) = 80+227+74=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 227 (89.06% from 255 or 59.58% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 227 - color contains mainly: green. Hex color #50E34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E34A is #AF1CB5. Grayscale: #A6A6A6. Windows color (decimal): -11476150 or 4907856. OLE color: 4907856.

HSL color Cylindrical-coordinate representation of color #50E34A: hue angle of 117.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E34A is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB8022774-
CMYK0.6500.670.11
HSL117.65º73.21%59.02%-
HSV(B)117.65º67.4%89.02%-
XYZ32.0157.1415.82-
YUV165.676.366.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 227 (89.06% from 255) = 59.58%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=21.00%
G=59.58%
B=19.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80227740.6500.670.11117.6573.2159.02
Hex50E34A41043B76493b
Octal12034311210101031316611173
Binary1010000111000111001010100000101000011101111101101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,227,74); }

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

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

 a { background-color: rgb(80,227,74); }

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

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

 span { border-color: rgb(80,227,74); }

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