#3FC13E

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

Shades of Lime Green #3FC13E

Tints of Lime Green #3FC13E

Color information

#3FC13E (or 0x3FC13E) is unknown color: approx Lime Green. HEX triplet: 3F, C1 and 3E. RGB value is (63,193,62). Sum of RGB (Red+Green+Blue) = 63+193+62=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC13E is #C03EC1. Grayscale: #8B8B8B. Windows color (decimal): -12598978 or 4112703. OLE color: 4112703.

HSL color Cylindrical-coordinate representation of color #3FC13E: hue angle of 119.54º degrees, saturation: 0.51, 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 #3FC13E is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB6319362-
CMYK0.6700.680.24
HSL119.54º51.37%50%-
HSV(B)119.54º67.88%75.69%-
XYZ21.9939.5411.03-
YUV139.284.4373.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 193 (75.78% from 255) = 60.69%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=19.81%
G=60.69%
B=19.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63193620.6700.680.24119.5451.3750
Hex3FC13E4304418783332
Octal77301761030104301706362
Binary11111111000001111110100001101000100110001111000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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