#50D03B

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

Shades of Lime Green #50D03B

Tints of Lime Green #50D03B

Color information

#50D03B (or 0x50D03B) is unknown color: approx Lime Green. HEX triplet: 50, D0 and 3B. RGB value is (80,208,59). Sum of RGB (Red+Green+Blue) = 80+208+59=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #50D03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D03B is #AF2FC4. Grayscale: #999999. Windows color (decimal): -11481029 or 3919952. OLE color: 3919952.

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

Color convert

RGB8020859-
CMYK0.6200.720.18
HSL111.54º61.32%52.35%-
HSV(B)111.54º71.63%81.57%-
XYZ26.6547.1311.83-
YUV152.7475.0976.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 208 (81.64% from 255) = 59.94%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=23.05%
G=59.94%
B=17.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80208590.6200.720.18111.5461.3252.35
Hex50D03B3E04812703d34
Octal12032073760110221607564
Binary10100001101000011101111111001001000100101110000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,208,59); }

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

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

 a { background-color: rgb(80,208,59); }

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

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

 span { border-color: rgb(80,208,59); }

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