#3FF144

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

Shades of Lime Green #3FF144

Tints of Lime Green #3FF144

Color information

#3FF144 (or 0x3FF144) is unknown color: approx Lime Green. HEX triplet: 3F, F1 and 44. RGB value is (63,241,68). Sum of RGB (Red+Green+Blue) = 63+241+68=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF144 is #C00EBB. Grayscale: #A8A8A8. Windows color (decimal): -12586684 or 4518207. OLE color: 4518207.

HSL color Cylindrical-coordinate representation of color #3FF144: hue angle of 121.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF144 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB6324168-
CMYK0.7400.720.05
HSL121.69º86.41%59.61%-
HSV(B)121.69º73.86%94.51%-
XYZ34.5564.3816.08-
YUV168.0671.5353.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.94%
GREEN value IS 241 (94.53% from 255) = 64.78%
BLUE value IS 68 (26.95% from 255) = 18.28%
R=16.94%
G=64.78%
B=18.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63241680.7400.720.05121.6986.4159.61
Hex3FF1444A04857a563c
Octal773611041120110517212674
Binary11111111110001100010010010100100100010111110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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