#4BC73D

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

Shades of Lime Green #4BC73D

Tints of Lime Green #4BC73D

Color information

#4BC73D (or 0x4BC73D) is unknown color: approx Lime Green. HEX triplet: 4B, C7 and 3D. RGB value is (75,199,61). Sum of RGB (Red+Green+Blue) = 75+199+61=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC73D is #B438C2. Grayscale: #929292. Windows color (decimal): -11811011 or 4048715. OLE color: 4048715.

HSL color Cylindrical-coordinate representation of color #4BC73D: hue angle of 113.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BC73D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB7519961-
CMYK0.6200.690.22
HSL113.91º55.2%50.98%-
HSV(B)113.91º69.35%78.04%-
XYZ24.1742.6811.38-
YUV146.1979.9277.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 199 (78.12% from 255) = 59.40%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=22.39%
G=59.40%
B=18.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75199610.6200.690.22113.9155.250.98
Hex4BC73D3E04516723733
Octal11330775760105261626763
Binary10010111100011111110111111001000101101101110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BC73D; }

 p { color: rgb(75,199,61); }

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

<style>
 a { background-color: #4BC73D; }

 a { background-color: rgb(75,199,61); }

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

<style>
 span { border-color: #4BC73D; }

 span { border-color: rgb(75,199,61); }

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