#3fc74a

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

Shades of Lime Green #3FC74A

Tints of Lime Green #3FC74A

Color information

#3FC74A (or 0x3FC74A) is unknown color: approx Lime Green. HEX triplet: 3F, C7 and 4A. RGB value is (63,199,74). Sum of RGB (Red+Green+Blue) = 63+199+74=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 199 (78.12% from 255 or 59.23% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC74A is #C038B5. Grayscale: #909090. Windows color (decimal): -12597430 or 4900671. OLE color: 4900671.

HSL color Cylindrical-coordinate representation of color #3FC74A: hue angle of 124.85º 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 #3FC74A is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB6319974-
CMYK0.6800.630.22
HSL124.85º54.84%51.37%-
HSV(B)124.85º68.34%78.04%-
XYZ23.7142.413.41-
YUV144.0988.4470.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 199 (78.12% from 255) = 59.23%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=18.75%
G=59.23%
B=22.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63199740.6800.630.22124.8554.8451.37
Hex3FC74A4403F167d3733
Octal77307112104077261756763
Binary11111111000111100101010001000111111101101111101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fc74a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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