#3FE81F

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

Shades of Lime Green #3FE81F

Tints of Lime Green #3FE81F

Color information

#3FE81F (or 0x3FE81F) is unknown color: approx Lime Green. HEX triplet: 3F, E8 and 1F. RGB value is (63,232,31). Sum of RGB (Red+Green+Blue) = 63+232+31=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 232 (91.02% from 255 or 71.17% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE81F is #C017E0. Grayscale: #9F9F9F. Windows color (decimal): -12589025 or 2091071. OLE color: 2091071.

HSL color Cylindrical-coordinate representation of color #3FE81F: hue angle of 110.45º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FE81F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB6323231-
CMYK0.7300.870.09
HSL110.45º81.38%51.57%-
HSV(B)110.45º86.64%90.98%-
XYZ31.1558.8711.02-
YUV158.5556.0159.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 232 (91.02% from 255) = 71.17%
BLUE value IS 31 (12.5% from 255) = 9.51%
R=19.33%
G=71.17%
B=9.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal63232310.7300.870.09110.4581.3851.57
Hex3FE81F4905796e5134
Octal773503711101271115612164
Binary1111111110100011111100100101010111100111011101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,232,31); }

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

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

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

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

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

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

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