#4FD540

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

Shades of Lime Green #4FD540

Tints of Lime Green #4FD540

Color information

#4FD540 (or 0x4FD540) is unknown color: approx Lime Green. HEX triplet: 4F, D5 and 40. RGB value is (79,213,64). Sum of RGB (Red+Green+Blue) = 79+213+64=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD540 is #B02ABF. Grayscale: #9C9C9C. Windows color (decimal): -11545280 or 4248911. OLE color: 4248911.

HSL color Cylindrical-coordinate representation of color #4FD540: hue angle of 113.96º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FD540 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB7921364-
CMYK0.6300.700.16
HSL113.96º63.95%54.31%-
HSV(B)113.96º69.95%83.53%-
XYZ27.9449.6212.96-
YUV155.9576.1173.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 213 (83.59% from 255) = 59.83%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=22.19%
G=59.83%
B=17.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal79213640.6300.700.16113.9663.9554.31
Hex4FD5403F04610724036
Octal1173251007701062016210066
Binary1001111110101011000000111111010001101000011100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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