#50CD39

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

Shades of Lime Green #50CD39

Tints of Lime Green #50CD39

Color information

#50CD39 (or 0x50CD39) is unknown color: approx Lime Green. HEX triplet: 50, CD and 39. RGB value is (80,205,57). Sum of RGB (Red+Green+Blue) = 80+205+57=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD39 is #AF32C6. Grayscale: #979797. Windows color (decimal): -11481799 or 3788112. OLE color: 3788112.

HSL color Cylindrical-coordinate representation of color #50CD39: hue angle of 110.68º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50CD39 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB8020557-
CMYK0.6100.720.20
HSL110.68º59.68%51.37%-
HSV(B)110.68º72.2%80.39%-
XYZ25.8845.6611.32-
YUV150.7575.0977.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 205 (80.47% from 255) = 59.94%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=23.39%
G=59.94%
B=16.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80205570.6100.720.20110.6859.6851.37
Hex50CD393D048146f3c33
Octal12031571750110241577463
Binary10100001100110111100111110101001000101001101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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