#3FF740

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

Shades of Lime Green #3FF740

Tints of Lime Green #3FF740

Color information

#3FF740 (or 0x3FF740) is unknown color: approx Lime Green. HEX triplet: 3F, F7 and 40. RGB value is (63,247,64). Sum of RGB (Red+Green+Blue) = 63+247+64=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 247 (96.88% from 255 or 66.04% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF740 is #C008BF. Grayscale: #ABABAB. Windows color (decimal): -12585152 or 4257599. OLE color: 4257599.

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

Color convert

RGB6324764-
CMYK0.7400.740.03
HSL120.33º92%60.78%-
HSV(B)120.33º74.49%96.86%-
XYZ36.2467.9516.06-
YUV171.1267.5450.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.84%
GREEN value IS 247 (96.88% from 255) = 66.04%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=16.84%
G=66.04%
B=17.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63247640.7400.740.03120.339260.78
Hex3FF7404A04A3785c3d
Octal773671001120112317013475
Binary1111111111011110000001001010010010101111110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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