#4ACA4F

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

Shades of Lime Green #4ACA4F

Tints of Lime Green #4ACA4F

Color information

#4ACA4F (or 0x4ACA4F) is unknown color: approx Lime Green. HEX triplet: 4A, CA and 4F. RGB value is (74,202,79). Sum of RGB (Red+Green+Blue) = 74+202+79=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACA4F is #B535B0. Grayscale: #969696. Windows color (decimal): -11875761 or 5229130. OLE color: 5229130.

HSL color Cylindrical-coordinate representation of color #4ACA4F: hue angle of 122.34º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACA4F is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB7420279-
CMYK0.6300.610.21
HSL122.34º54.7%54.12%-
HSV(B)122.34º63.37%79.22%-
XYZ25.3644.2614.6-
YUV149.7188.0974-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=20.85%
G=56.90%
B=22.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74202790.6300.610.21122.3454.754.12
Hex4ACA4F3F03D157a3736
Octal11231211777075251726766
Binary10010101100101010011111111110111101101011111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,202,79); }

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

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

 a { background-color: rgb(74,202,79); }

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

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

 span { border-color: rgb(74,202,79); }

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