#3FC145

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

Shades of Lime Green #3FC145

Tints of Lime Green #3FC145

Color information

#3FC145 (or 0x3FC145) is unknown color: approx Lime Green. HEX triplet: 3F, C1 and 45. RGB value is (63,193,69). Sum of RGB (Red+Green+Blue) = 63+193+69=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC145 is #C03EBA. Grayscale: #8C8C8C. Windows color (decimal): -12598971 or 4571455. OLE color: 4571455.

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

Color convert

RGB6319369-
CMYK0.6700.640.24
HSL122.77º51.18%50.2%-
HSV(B)122.77º67.36%75.69%-
XYZ22.1939.6312.11-
YUV139.9987.9373.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 193 (75.78% from 255) = 59.38%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=19.38%
G=59.38%
B=21.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63193690.6700.640.24122.7751.1850.2
Hex3FC14543040187b3332
Octal773011051030100301736362
Binary111111110000011000101100001101000000110001111011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,193,69); }

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

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

 a { background-color: rgb(63,193,69); }

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

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

 span { border-color: rgb(63,193,69); }

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