#3fd83f

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

Shades of Lime Green #3FD83F

Tints of Lime Green #3FD83F

Color information

#3FD83F (or 0x3FD83F) is unknown color: approx Lime Green. HEX triplet: 3F, D8 and 3F. RGB value is (63,216,63). Sum of RGB (Red+Green+Blue) = 63+216+63=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD83F is #C027C0. Grayscale: #999999. Windows color (decimal): -12593089 or 4184127. OLE color: 4184127.

HSL color Cylindrical-coordinate representation of color #3FD83F: hue angle of 120º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD83F is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB6321663-
CMYK0.7100.710.15
HSL120º66.23%54.71%-
HSV(B)120º70.83%84.71%-
XYZ27.550.5313.01-
YUV152.8177.3163.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.42%
GREEN value IS 216 (84.77% from 255) = 63.16%
BLUE value IS 63 (25% from 255) = 18.42%
R=18.42%
G=63.16%
B=18.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal63216630.7100.710.1512066.2354.71
Hex3FD83F47047F784237
Octal773307710701071717010267
Binary11111111011000111111100011101000111111111110001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fd83f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,216,63); }

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

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

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

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

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

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

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