#3FC742

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

Shades of Lime Green #3FC742

Tints of Lime Green #3FC742

Color information

#3FC742 (or 0x3FC742) is unknown color: approx Lime Green. HEX triplet: 3F, C7 and 42. RGB value is (63,199,66). Sum of RGB (Red+Green+Blue) = 63+199+66=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC742 is #C038BD. Grayscale: #8F8F8F. Windows color (decimal): -12597438 or 4376383. OLE color: 4376383.

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

Color convert

RGB6319966-
CMYK0.6800.670.22
HSL121.32º54.84%51.37%-
HSV(B)121.32º68.34%78.04%-
XYZ23.4642.312.08-
YUV143.1784.4470.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.21%
GREEN value IS 199 (78.12% from 255) = 60.67%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=19.21%
G=60.67%
B=20.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63199660.6800.670.22121.3254.8451.37
Hex3FC7424404316793733
Octal773071021040103261716763
Binary111111110001111000010100010001000011101101111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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