#4FD445

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

Shades of Lime Green #4FD445

Tints of Lime Green #4FD445

Color information

#4FD445 (or 0x4FD445) is unknown color: approx Lime Green. HEX triplet: 4F, D4 and 45. RGB value is (79,212,69). Sum of RGB (Red+Green+Blue) = 79+212+69=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #4FD445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FD445 is #B02BBA. Grayscale: #9C9C9C. Windows color (decimal): -11545531 or 4576335. OLE color: 4576335.

HSL color Cylindrical-coordinate representation of color #4FD445: hue angle of 115.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FD445 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB7921269-
CMYK0.6300.670.17
HSL115.8º62.45%55.1%-
HSV(B)115.8º67.45%83.14%-
XYZ27.8449.1813.66-
YUV155.9378.9473.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.94%
GREEN value IS 212 (83.20% from 255) = 58.89%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=21.94%
G=58.89%
B=19.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal79212690.6300.670.17115.862.4555.1
Hex4FD4453F04311743e37
Octal117324105770103211647667
Binary100111111010100100010111111101000011100011110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,212,69); }

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

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

 a { background-color: rgb(79,212,69); }

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

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

 span { border-color: rgb(79,212,69); }

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