#3fc94f

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

Shades of Lime Green #3FC94F

Tints of Lime Green #3FC94F

Color information

#3FC94F (or 0x3FC94F) is unknown color: approx Lime Green. HEX triplet: 3F, C9 and 4F. RGB value is (63,201,79). Sum of RGB (Red+Green+Blue) = 63+201+79=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 201 (78.91% from 255 or 58.60% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC94F is #C036B0. Grayscale: #929292. Windows color (decimal): -12596913 or 5228863. OLE color: 5228863.

HSL color Cylindrical-coordinate representation of color #3FC94F: hue angle of 126.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC94F is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB6320179-
CMYK0.6900.610.21
HSL126.96º56.1%51.76%-
HSV(B)126.96º68.66%78.82%-
XYZ24.3543.3914.49-
YUV145.8390.2868.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 201 (78.91% from 255) = 58.60%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=18.37%
G=58.60%
B=23.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63201790.6900.610.21126.9656.151.76
Hex3FC94F4503D157f3834
Octal77311117105075251777064
Binary11111111001001100111110001010111101101011111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fc94f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,201,79); }

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

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

 a { background-color: rgb(63,201,79); }

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

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

 span { border-color: rgb(63,201,79); }

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