#3FF247

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

Shades of Lime Green #3FF247

Tints of Lime Green #3FF247

Color information

#3FF247 (or 0x3FF247) is unknown color: approx Lime Green. HEX triplet: 3F, F2 and 47. RGB value is (63,242,71). Sum of RGB (Red+Green+Blue) = 63+242+71=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF247 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF247 is #C00DB8. Grayscale: #A9A9A9. Windows color (decimal): -12586425 or 4715071. OLE color: 4715071.

HSL color Cylindrical-coordinate representation of color #3FF247: hue angle of 122.68º degrees, saturation: 0.87, 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 #3FF247 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB6324271-
CMYK0.7400.710.05
HSL122.68º87.32%59.8%-
HSV(B)122.68º73.97%94.9%-
XYZ34.9465.0216.67-
YUV168.9872.752.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 242 (94.92% from 255) = 64.36%
BLUE value IS 71 (28.12% from 255) = 18.88%
R=16.76%
G=64.36%
B=18.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63242710.7400.710.05122.6887.3259.8
Hex3FF2474A04757b573c
Octal773621071120107517312774
Binary11111111110010100011110010100100011110111110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,71); }

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

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

 a { background-color: rgb(63,242,71); }

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

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

 span { border-color: rgb(63,242,71); }

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