#4FEA40

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

Shades of Lime Green #4FEA40

Tints of Lime Green #4FEA40

Color information

#4FEA40 (or 0x4FEA40) is unknown color: approx Lime Green. HEX triplet: 4F, EA and 40. RGB value is (79,234,64). Sum of RGB (Red+Green+Blue) = 79+234+64=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEA40 is #B015BF. Grayscale: #A8A8A8. Windows color (decimal): -11539904 or 4254287. OLE color: 4254287.

HSL color Cylindrical-coordinate representation of color #4FEA40: hue angle of 114.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FEA40 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB7923464-
CMYK0.6600.730.08
HSL114.71º80.19%58.43%-
HSV(B)114.71º72.65%91.76%-
XYZ33.5760.8814.83-
YUV168.2869.1564.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 234 (91.80% from 255) = 62.07%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=20.95%
G=62.07%
B=16.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79234640.6600.730.08114.7180.1958.43
Hex4FEA4042049873503a
Octal11735210010201111016312072
Binary1001111111010101000000100001001001001100011100111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,234,64); }

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

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

 a { background-color: rgb(79,234,64); }

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

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

 span { border-color: rgb(79,234,64); }

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