#3FF63F

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

Shades of Lime Green #3FF63F

Tints of Lime Green #3FF63F

Color information

#3FF63F (or 0x3FF63F) is unknown color: approx Lime Green. HEX triplet: 3F, F6 and 3F. RGB value is (63,246,63). Sum of RGB (Red+Green+Blue) = 63+246+63=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF63F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF63F is #C009C0. Grayscale: #AAAAAA. Windows color (decimal): -12585409 or 4191807. OLE color: 4191807.

HSL color Cylindrical-coordinate representation of color #3FF63F: hue angle of 120º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF63F is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB6324663-
CMYK0.7400.740.04
HSL120º91.04%60.59%-
HSV(B)120º74.39%96.47%-
XYZ35.967.3315.81-
YUV170.4267.3751.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.94%
GREEN value IS 246 (96.48% from 255) = 66.13%
BLUE value IS 63 (25% from 255) = 16.94%
R=16.94%
G=66.13%
B=16.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal63246630.7400.740.0412091.0460.59
Hex3FF63F4A04A4785b3d
Octal77366771120112417013375
Binary1111111111011011111110010100100101010011110001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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