#50CD4D

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

Shades of Lime Green #50CD4D

Tints of Lime Green #50CD4D

Color information

#50CD4D (or 0x50CD4D) is unknown color: approx Lime Green. HEX triplet: 50, CD and 4D. RGB value is (80,205,77). Sum of RGB (Red+Green+Blue) = 80+205+77=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CD4D is #AF32B2. Grayscale: #999999. Windows color (decimal): -11481779 or 5098832. OLE color: 5098832.

HSL color Cylindrical-coordinate representation of color #50CD4D: hue angle of 118.59º 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 #50CD4D is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB8020577-
CMYK0.6100.620.20
HSL118.59º56.14%55.29%-
HSV(B)118.59º62.44%80.39%-
XYZ26.4845.914.49-
YUV153.0385.0975.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 205 (80.47% from 255) = 56.63%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=22.10%
G=56.63%
B=21.27%

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
Decimal80205770.6100.620.20118.5956.1455.29
Hex50CD4D3D03E14773837
Octal12031511575076241677067
Binary10100001100110110011011111010111110101001110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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