#3FD82E

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

Shades of Lime Green #3FD82E

Tints of Lime Green #3FD82E

Color information

#3FD82E (or 0x3FD82E) is unknown color: approx Lime Green. HEX triplet: 3F, D8 and 2E. RGB value is (63,216,46). Sum of RGB (Red+Green+Blue) = 63+216+46=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD82E is #C027D1. Grayscale: #979797. Windows color (decimal): -12593106 or 3070015. OLE color: 3070015.

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

Color convert

RGB6321646-
CMYK0.7100.790.15
HSL114º68.55%51.37%-
HSV(B)114º78.7%84.71%-
XYZ27.150.3710.88-
YUV150.8768.8165.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 216 (84.77% from 255) = 66.46%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=19.38%
G=66.46%
B=14.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal63216460.7100.790.1511468.5551.37
Hex3FD82E4704FF724533
Octal773305610701171716210563
Binary11111111011000101110100011101001111111111100101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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