#3FC246

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

Shades of Lime Green #3FC246

Tints of Lime Green #3FC246

Color information

#3FC246 (or 0x3FC246) is unknown color: approx Lime Green. HEX triplet: 3F, C2 and 46. RGB value is (63,194,70). Sum of RGB (Red+Green+Blue) = 63+194+70=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC246 is #C03DB9. Grayscale: #8D8D8D. Windows color (decimal): -12598714 or 4637247. OLE color: 4637247.

HSL color Cylindrical-coordinate representation of color #3FC246: hue angle of 123.21º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC246 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB6319470-
CMYK0.6800.640.24
HSL123.21º51.78%50.39%-
HSV(B)123.21º67.53%76.08%-
XYZ22.4540.0812.35-
YUV140.788.172.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 194 (76.17% from 255) = 59.33%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=19.27%
G=59.33%
B=21.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63194700.6800.640.24123.2151.7850.39
Hex3FC24644040187b3432
Octal773021061040100301736462
Binary111111110000101000110100010001000000110001111011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,194,70); }

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

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

 a { background-color: rgb(63,194,70); }

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

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

 span { border-color: rgb(63,194,70); }

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