#3FDC42

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

Shades of Lime Green #3FDC42

Tints of Lime Green #3FDC42

Color information

#3FDC42 (or 0x3FDC42) is unknown color: approx Lime Green. HEX triplet: 3F, DC and 42. RGB value is (63,220,66). Sum of RGB (Red+Green+Blue) = 63+220+66=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC42 is #C023BD. Grayscale: #9B9B9B. Windows color (decimal): -12592062 or 4381759. OLE color: 4381759.

HSL color Cylindrical-coordinate representation of color #3FDC42: hue angle of 121.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC42 is Cyan = 0.71, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB6322066-
CMYK0.7100.70.14
HSL121.15º69.16%55.49%-
HSV(B)121.15º71.36%86.27%-
XYZ28.6352.6413.81-
YUV155.577.4962.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 220 (86.33% from 255) = 63.04%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=18.05%
G=63.04%
B=18.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal63220660.7100.70.14121.1569.1655.49
Hex3FDC4247046E794537
Octal7733410210701061617110567
Binary111111110111001000010100011101000110111011110011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,220,66); }

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

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

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

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

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

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

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