#50CB3F

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

Shades of Lime Green #50CB3F

Tints of Lime Green #50CB3F

Color information

#50CB3F (or 0x50CB3F) is unknown color: approx Lime Green. HEX triplet: 50, CB and 3F. RGB value is (80,203,63). Sum of RGB (Red+Green+Blue) = 80+203+63=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CB3F is #AF34C0. Grayscale: #969696. Windows color (decimal): -11482305 or 4180816. OLE color: 4180816.

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

Color convert

RGB8020363-
CMYK0.6100.690.20
HSL112.71º57.38%52.16%-
HSV(B)112.71º68.97%79.61%-
XYZ25.5644.7812-
YUV150.2678.7577.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 203 (79.69% from 255) = 58.67%
BLUE value IS 63 (25% from 255) = 18.21%
R=23.12%
G=58.67%
B=18.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80203630.6100.690.20112.7157.3852.16
Hex50CB3F3D04514713934
Octal12031377750105241617164
Binary10100001100101111111111110101000101101001110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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