#4FE14D

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

Shades of Lime Green #4FE14D

Tints of Lime Green #4FE14D

Color information

#4FE14D (or 0x4FE14D) is unknown color: approx Lime Green. HEX triplet: 4F, E1 and 4D. RGB value is (79,225,77). Sum of RGB (Red+Green+Blue) = 79+225+77=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FE14D is #B01EB2. Grayscale: #A4A4A4. Windows color (decimal): -11542195 or 5103951. OLE color: 5103951.

HSL color Cylindrical-coordinate representation of color #4FE14D: hue angle of 119.19º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE14D is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB7922577-
CMYK0.6500.660.12
HSL119.19º71.15%59.22%-
HSV(B)119.19º65.78%88.24%-
XYZ31.4956.0516.18-
YUV164.4778.6367.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.73%
GREEN value IS 225 (88.28% from 255) = 59.06%
BLUE value IS 77 (30.47% from 255) = 20.21%
R=20.73%
G=59.06%
B=20.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal79225770.6500.660.12119.1971.1559.22
Hex4FE14D41042C77473b
Octal11734111510101021416710773
Binary1001111111000011001101100000101000010110011101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,225,77); }

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

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

 a { background-color: rgb(79,225,77); }

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

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

 span { border-color: rgb(79,225,77); }

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