#3FBF40

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

Shades of Lime Green #3FBF40

Tints of Lime Green #3FBF40

Color information

#3FBF40 (or 0x3FBF40) is unknown color: approx Lime Green. HEX triplet: 3F, BF and 40. RGB value is (63,191,64). Sum of RGB (Red+Green+Blue) = 63+191+64=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBF40 is #C040BF. Grayscale: #8A8A8A. Windows color (decimal): -12599488 or 4243263. OLE color: 4243263.

HSL color Cylindrical-coordinate representation of color #3FBF40: hue angle of 120.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBF40 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB6319164-
CMYK0.6700.660.25
HSL120.47º50.39%49.8%-
HSV(B)120.47º67.02%74.9%-
XYZ21.6138.6911.18-
YUV138.2586.0974.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 191 (75% from 255) = 60.06%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=19.81%
G=60.06%
B=20.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191640.6700.660.25120.4750.3949.8
Hex3FBF404304219783232
Octal772771001030102311706262
Binary111111101111111000000100001101000010110011111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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