#50CC3D

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

Shades of Lime Green #50CC3D

Tints of Lime Green #50CC3D

Color information

#50CC3D (or 0x50CC3D) is unknown color: approx Lime Green. HEX triplet: 50, CC and 3D. RGB value is (80,204,61). Sum of RGB (Red+Green+Blue) = 80+204+61=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC3D is #AF33C2. Grayscale: #979797. Windows color (decimal): -11482051 or 4050000. OLE color: 4050000.

HSL color Cylindrical-coordinate representation of color #50CC3D: hue angle of 112.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50CC3D is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB8020461-
CMYK0.6100.700.2
HSL112.03º58.37%51.96%-
HSV(B)112.03º70.1%80%-
XYZ25.7445.2311.79-
YUV150.6277.4277.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 204 (80.08% from 255) = 59.13%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=23.19%
G=59.13%
B=17.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80204610.6100.700.2112.0358.3751.96
Hex50CC3D3D04614703a34
Octal12031475750106241607264
Binary10100001100110011110111110101000110101001110000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,204,61); }

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

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

 a { background-color: rgb(80,204,61); }

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

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

 span { border-color: rgb(80,204,61); }

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