#4FCD3E

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

Shades of Lime Green #4FCD3E

Tints of Lime Green #4FCD3E

Color information

#4FCD3E (or 0x4FCD3E) is unknown color: approx Lime Green. HEX triplet: 4F, CD and 3E. RGB value is (79,205,62). Sum of RGB (Red+Green+Blue) = 79+205+62=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCD3E is #B032C1. Grayscale: #979797. Windows color (decimal): -11547330 or 4115791. OLE color: 4115791.

HSL color Cylindrical-coordinate representation of color #4FCD3E: hue angle of 112.87º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4FCD3E is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB7920562-
CMYK0.6100.700.20
HSL112.87º58.85%52.35%-
HSV(B)112.87º69.76%80.39%-
XYZ25.9345.6712.01-
YUV151.0277.7676.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 205 (80.47% from 255) = 59.25%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=22.83%
G=59.25%
B=17.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79205620.6100.700.20112.8758.8552.35
Hex4FCD3E3D04614713b34
Octal11731576750106241617364
Binary10011111100110111111011110101000110101001110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,205,62); }

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

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

 a { background-color: rgb(79,205,62); }

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

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

 span { border-color: rgb(79,205,62); }

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