#3FBF44

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

Shades of Lime Green #3FBF44

Tints of Lime Green #3FBF44

Color information

#3FBF44 (or 0x3FBF44) is unknown color: approx Lime Green. HEX triplet: 3F, BF and 44. RGB value is (63,191,68). Sum of RGB (Red+Green+Blue) = 63+191+68=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBF44 is #C040BB. Grayscale: #8B8B8B. Windows color (decimal): -12599484 or 4505407. OLE color: 4505407.

HSL color Cylindrical-coordinate representation of color #3FBF44: hue angle of 122.34º 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 #3FBF44 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB6319168-
CMYK0.6700.640.25
HSL122.34º50.39%49.8%-
HSV(B)122.34º67.02%74.9%-
XYZ21.7238.7411.8-
YUV138.7188.0974-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 191 (75% from 255) = 59.32%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=19.57%
G=59.32%
B=21.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63191680.6700.640.25122.3450.3949.8
Hex3FBF4443040197a3232
Octal772771041030100311726262
Binary111111101111111000100100001101000000110011111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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