#3FC640

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

Shades of Lime Green #3FC640

Tints of Lime Green #3FC640

Color information

#3FC640 (or 0x3FC640) is unknown color: approx Lime Green. HEX triplet: 3F, C6 and 40. RGB value is (63,198,64). Sum of RGB (Red+Green+Blue) = 63+198+64=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC640 is #C039BF. Grayscale: #8E8E8E. Windows color (decimal): -12597696 or 4245055. OLE color: 4245055.

HSL color Cylindrical-coordinate representation of color #3FC640: hue angle of 120.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC640 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB6319864-
CMYK0.6800.680.22
HSL120.44º54.22%51.18%-
HSV(B)120.44º68.18%77.65%-
XYZ23.1741.8211.7-
YUV142.3683.7771.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 198 (77.73% from 255) = 60.92%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=19.38%
G=60.92%
B=19.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63198640.6800.680.22120.4454.2251.18
Hex3FC6404404416783633
Octal773061001040104261706663
Binary111111110001101000000100010001000100101101111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FC640; }

 p { color: rgb(63,198,64); }

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

<style>
 a { background-color: #3FC640; }

 a { background-color: rgb(63,198,64); }

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

<style>
 span { border-color: #3FC640; }

 span { border-color: rgb(63,198,64); }

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