#3FF744

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

Shades of Lime Green #3FF744

Tints of Lime Green #3FF744

Color information

#3FF744 (or 0x3FF744) is unknown color: approx Lime Green. HEX triplet: 3F, F7 and 44. RGB value is (63,247,68). Sum of RGB (Red+Green+Blue) = 63+247+68=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF744 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF744 is #C008BB. Grayscale: #ACACAC. Windows color (decimal): -12585148 or 4519743. OLE color: 4519743.

HSL color Cylindrical-coordinate representation of color #3FF744: hue angle of 121.63º 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 #3FF744 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB6324768-
CMYK0.7400.720.03
HSL121.63º92%60.78%-
HSV(B)121.63º74.49%96.86%-
XYZ36.356816.68-
YUV171.5869.5450.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.67%
GREEN value IS 247 (96.88% from 255) = 65.34%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=16.67%
G=65.34%
B=17.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal63247680.7400.720.03121.639260.78
Hex3FF7444A04837a5c3d
Octal773671041120110317213475
Binary1111111111011110001001001010010010001111110101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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