#50C938

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

Shades of Lime Green #50C938

Tints of Lime Green #50C938

Color information

#50C938 (or 0x50C938) is unknown color: approx Lime Green. HEX triplet: 50, C9 and 38. RGB value is (80,201,56). Sum of RGB (Red+Green+Blue) = 80+201+56=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #50C938 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C938 is #AF36C7. Grayscale: #949494. Windows color (decimal): -11482824 or 3721552. OLE color: 3721552.

HSL color Cylindrical-coordinate representation of color #50C938: hue angle of 110.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50C938 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB8020156-
CMYK0.6000.720.21
HSL110.07º57.31%50.39%-
HSV(B)110.07º72.14%78.82%-
XYZ24.9143.7610.88-
YUV148.2975.9179.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 201 (78.91% from 255) = 59.64%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=23.74%
G=59.64%
B=16.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80201560.6000.720.21110.0757.3150.39
Hex50C9383C048156e3932
Octal12031170740110251567162
Binary10100001100100111100011110001001000101011101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,201,56); }

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

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

 a { background-color: rgb(80,201,56); }

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

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

 span { border-color: rgb(80,201,56); }

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