#50CB3D

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

Shades of Lime Green #50CB3D

Tints of Lime Green #50CB3D

Color information

#50CB3D (or 0x50CB3D) is unknown color: approx Lime Green. HEX triplet: 50, CB and 3D. RGB value is (80,203,61). Sum of RGB (Red+Green+Blue) = 80+203+61=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 203 (79.69% from 255 or 59.01% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB3D is #AF34C2. Grayscale: #969696. Windows color (decimal): -11482307 or 4049744. OLE color: 4049744.

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

Color convert

RGB8020361-
CMYK0.6100.700.20
HSL111.97º57.72%51.76%-
HSV(B)111.97º69.95%79.61%-
XYZ25.5144.7511.71-
YUV150.0477.7578.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 203 (79.69% from 255) = 59.01%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=23.26%
G=59.01%
B=17.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203610.6100.700.20111.9757.7251.76
Hex50CB3D3D04614703a34
Octal12031375750106241607264
Binary10100001100101111110111110101000110101001110000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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