#50f23a

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

Shades of Lime Green #50F23A

Tints of Lime Green #50F23A

Color information

#50F23A (or 0x50F23A) is unknown color: approx Lime Green. HEX triplet: 50, F2 and 3A. RGB value is (80,242,58). Sum of RGB (Red+Green+Blue) = 80+242+58=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #50F23A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F23A is #AF0DC5. Grayscale: #ADADAD. Windows color (decimal): -11472326 or 3863120. OLE color: 3863120.

HSL color Cylindrical-coordinate representation of color #50F23A: hue angle of 112.83º degrees, saturation: 0.88, 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 #50F23A is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB8024258-
CMYK0.6700.760.05
HSL112.83º87.62%58.82%-
HSV(B)112.83º76.03%94.9%-
XYZ35.8265.5214.76-
YUV172.5963.3361.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 242 (94.92% from 255) = 63.68%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=21.05%
G=63.68%
B=15.26%

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
Decimal80242580.6700.760.05112.8387.6258.82
Hex50F23A4304C571583b
Octal120362721030114516113073
Binary10100001111001011101010000110100110010111100011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50f23a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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