#3FC14B

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

Shades of Lime Green #3FC14B

Tints of Lime Green #3FC14B

Color information

#3FC14B (or 0x3FC14B) is unknown color: approx Lime Green. HEX triplet: 3F, C1 and 4B. RGB value is (63,193,75). Sum of RGB (Red+Green+Blue) = 63+193+75=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC14B is #C03EB4. Grayscale: #8D8D8D. Windows color (decimal): -12598965 or 4964671. OLE color: 4964671.

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

Color convert

RGB6319375-
CMYK0.6700.610.24
HSL125.54º51.18%50.2%-
HSV(B)125.54º67.36%75.69%-
XYZ22.3939.713.14-
YUV140.6890.9372.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 193 (75.78% from 255) = 58.31%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=19.03%
G=58.31%
B=22.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63193750.6700.610.24125.5451.1850.2
Hex3FC14B4303D187e3332
Octal77301113103075301766362
Binary11111111000001100101110000110111101110001111110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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