#3FC840

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

Shades of Lime Green #3FC840

Tints of Lime Green #3FC840

Color information

#3FC840 (or 0x3FC840) is unknown color: approx Lime Green. HEX triplet: 3F, C8 and 40. RGB value is (63,200,64). Sum of RGB (Red+Green+Blue) = 63+200+64=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC840 is #C037BF. Grayscale: #8F8F8F. Windows color (decimal): -12597184 or 4245567. OLE color: 4245567.

HSL color Cylindrical-coordinate representation of color #3FC840: hue angle of 120.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC840 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB6320064-
CMYK0.6800.680.22
HSL120.44º55.47%51.57%-
HSV(B)120.44º68.5%78.43%-
XYZ23.6342.7411.85-
YUV143.5383.1170.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 200 (78.52% from 255) = 61.16%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=19.27%
G=61.16%
B=19.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63200640.6800.680.22120.4455.4751.57
Hex3FC8404404416783734
Octal773101001040104261706764
Binary111111110010001000000100010001000100101101111000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,200,64); }

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

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

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

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

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

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

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