#3FF449

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

Shades of Lime Green #3FF449

Tints of Lime Green #3FF449

Color information

#3FF449 (or 0x3FF449) is unknown color: approx Lime Green. HEX triplet: 3F, F4 and 49. RGB value is (63,244,73). Sum of RGB (Red+Green+Blue) = 63+244+73=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 244 (95.70% from 255 or 64.21% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF449 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF449 is #C00BB6. Grayscale: #AAAAAA. Windows color (decimal): -12585911 or 4846655. OLE color: 4846655.

HSL color Cylindrical-coordinate representation of color #3FF449: hue angle of 123.31º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF449 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB6324473-
CMYK0.7400.700.04
HSL123.31º89.16%60.2%-
HSV(B)123.31º74.18%95.69%-
XYZ35.666.2417.21-
YUV170.3973.0351.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.58%
GREEN value IS 244 (95.70% from 255) = 64.21%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=16.58%
G=64.21%
B=19.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal63244730.7400.700.04123.3189.1660.2
Hex3FF4494A04647b593c
Octal773641111120106417313174
Binary11111111110100100100110010100100011010011110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,244,73); }

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

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

 a { background-color: rgb(63,244,73); }

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

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

 span { border-color: rgb(63,244,73); }

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