#4AC63F

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

Shades of Lime Green #4AC63F

Tints of Lime Green #4AC63F

Color information

#4AC63F (or 0x4AC63F) is unknown color: approx Lime Green. HEX triplet: 4A, C6 and 3F. RGB value is (74,198,63). Sum of RGB (Red+Green+Blue) = 74+198+63=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC63F is #B539C0. Grayscale: #919191. Windows color (decimal): -11876801 or 4179530. OLE color: 4179530.

HSL color Cylindrical-coordinate representation of color #4AC63F: hue angle of 115.11º degrees, saturation: 0.54, 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 #4AC63F is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB7419863-
CMYK0.6300.680.22
HSL115.11º54.22%51.18%-
HSV(B)115.11º68.18%77.65%-
XYZ23.9242.211.59-
YUV145.5381.4276.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 198 (77.73% from 255) = 59.10%
BLUE value IS 63 (25% from 255) = 18.81%
R=22.09%
G=59.10%
B=18.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal74198630.6300.680.22115.1154.2251.18
Hex4AC63F3F04416733633
Octal11230677770104261636663
Binary10010101100011011111111111101000100101101110011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,198,63); }

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

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

 a { background-color: rgb(74,198,63); }

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

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

 span { border-color: rgb(74,198,63); }

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