#50CD4E

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

Shades of Lime Green #50CD4E

Tints of Lime Green #50CD4E

Color information

#50CD4E (or 0x50CD4E) is unknown color: approx Lime Green. HEX triplet: 50, CD and 4E. RGB value is (80,205,78). Sum of RGB (Red+Green+Blue) = 80+205+78=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CD4E is #AF32B1. Grayscale: #999999. Windows color (decimal): -11481778 or 5164368. OLE color: 5164368.

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

Color convert

RGB8020578-
CMYK0.6100.620.20
HSL119.06º55.95%55.49%-
HSV(B)119.06º61.95%80.39%-
XYZ26.5145.9214.67-
YUV153.1585.5975.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 205 (80.47% from 255) = 56.47%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=22.04%
G=56.47%
B=21.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80205780.6100.620.20119.0655.9555.49
Hex50CD4E3D03E14773837
Octal12031511675076241677067
Binary10100001100110110011101111010111110101001110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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