#50F13A

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

Shades of Lime Green #50F13A

Tints of Lime Green #50F13A

Color information

#50F13A (or 0x50F13A) is unknown color: approx Lime Green. HEX triplet: 50, F1 and 3A. RGB value is (80,241,58). Sum of RGB (Red+Green+Blue) = 80+241+58=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #50F13A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F13A is #AF0EC5. Grayscale: #ACACAC. Windows color (decimal): -11472582 or 3862864. OLE color: 3862864.

HSL color Cylindrical-coordinate representation of color #50F13A: hue angle of 112.79º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50F13A is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB8024158-
CMYK0.6700.760.05
HSL112.79º86.73%58.63%-
HSV(B)112.79º75.93%94.51%-
XYZ35.5364.9214.66-
YUV17263.6662.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 241 (94.53% from 255) = 63.59%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=21.11%
G=63.59%
B=15.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80241580.6700.760.05112.7986.7358.63
Hex50F13A4304C571573b
Octal120361721030114516112773
Binary10100001111000111101010000110100110010111100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,241,58); }

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

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

 a { background-color: rgb(80,241,58); }

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

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

 span { border-color: rgb(80,241,58); }

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