#4BC73F

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

Shades of Lime Green #4BC73F

Tints of Lime Green #4BC73F

Color information

#4BC73F (or 0x4BC73F) is unknown color: approx Lime Green. HEX triplet: 4B, C7 and 3F. RGB value is (75,199,63). Sum of RGB (Red+Green+Blue) = 75+199+63=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC73F is #B438C0. Grayscale: #929292. Windows color (decimal): -11811009 or 4179787. OLE color: 4179787.

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

Color convert

RGB7519963-
CMYK0.6200.680.22
HSL114.71º54.84%51.37%-
HSV(B)114.71º68.34%78.04%-
XYZ24.2242.711.67-
YUV146.4280.9277.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 199 (78.12% from 255) = 59.05%
BLUE value IS 63 (25% from 255) = 18.69%
R=22.26%
G=59.05%
B=18.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75199630.6200.680.22114.7154.8451.37
Hex4BC73F3E04416733733
Octal11330777760104261636763
Binary10010111100011111111111111001000100101101110011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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