#50CD3A

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

Shades of Lime Green #50CD3A

Tints of Lime Green #50CD3A

Color information

#50CD3A (or 0x50CD3A) is unknown color: approx Lime Green. HEX triplet: 50, CD and 3A. RGB value is (80,205,58). Sum of RGB (Red+Green+Blue) = 80+205+58=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD3A is #AF32C5. Grayscale: #979797. Windows color (decimal): -11481798 or 3853648. OLE color: 3853648.

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

Color convert

RGB8020558-
CMYK0.6100.720.20
HSL111.02º59.51%51.57%-
HSV(B)111.02º71.71%80.39%-
XYZ25.945.6711.45-
YUV150.8775.5977.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 205 (80.47% from 255) = 59.77%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=23.32%
G=59.77%
B=16.91%

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
Decimal80205580.6100.720.20111.0259.5151.57
Hex50CD3A3D048146f3c34
Octal12031572750110241577464
Binary10100001100110111101011110101001000101001101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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