#4BCA4F

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

Shades of Lime Green #4BCA4F

Tints of Lime Green #4BCA4F

Color information

#4BCA4F (or 0x4BCA4F) is unknown color: approx Lime Green. HEX triplet: 4B, CA and 4F. RGB value is (75,202,79). Sum of RGB (Red+Green+Blue) = 75+202+79=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA4F is #B435B0. Grayscale: #969696. Windows color (decimal): -11810225 or 5229131. OLE color: 5229131.

HSL color Cylindrical-coordinate representation of color #4BCA4F: hue angle of 121.89º 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 #4BCA4F is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB7520279-
CMYK0.6300.610.21
HSL121.89º54.51%54.31%-
HSV(B)121.89º62.87%79.22%-
XYZ25.4344.314.61-
YUV15087.9274.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=21.07%
G=56.74%
B=22.19%

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
Decimal75202790.6300.610.21121.8954.5154.31
Hex4BCA4F3F03D157a3736
Octal11331211777075251726766
Binary10010111100101010011111111110111101101011111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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