#50ca39

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

Shades of Lime Green #50CA39

Tints of Lime Green #50CA39

Color information

#50CA39 (or 0x50CA39) is unknown color: approx Lime Green. HEX triplet: 50, CA and 39. RGB value is (80,202,57). Sum of RGB (Red+Green+Blue) = 80+202+57=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA39 is #AF35C6. Grayscale: #959595. Windows color (decimal): -11482567 or 3787344. OLE color: 3787344.

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

Color convert

RGB8020257-
CMYK0.6000.720.21
HSL110.48º57.77%50.78%-
HSV(B)110.48º71.78%79.22%-
XYZ25.1744.2411.08-
YUV148.9976.0878.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 202 (79.30% from 255) = 59.59%
BLUE value IS 57 (22.66% from 255) = 16.81%
R=23.60%
G=59.59%
B=16.81%

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
Decimal80202570.6000.720.21110.4857.7750.78
Hex50CA393C048156e3a33
Octal12031271740110251567263
Binary10100001100101011100111110001001000101011101110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ca39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,57); }

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

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

 a { background-color: rgb(80,202,57); }

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

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

 span { border-color: rgb(80,202,57); }

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