#3FC12D

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

Shades of Lime Green #3FC12D

Tints of Lime Green #3FC12D

Color information

#3FC12D (or 0x3FC12D) is unknown color: approx Lime Green. HEX triplet: 3F, C1 and 2D. RGB value is (63,193,45). Sum of RGB (Red+Green+Blue) = 63+193+45=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC12D is #C03ED2. Grayscale: #898989. Windows color (decimal): -12598995 or 2998591. OLE color: 2998591.

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

Color convert

RGB6319345-
CMYK0.6700.770.24
HSL112.7º62.18%46.67%-
HSV(B)112.7º76.68%75.69%-
XYZ21.5939.398.95-
YUV137.2675.9375.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 193 (75.78% from 255) = 64.12%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=20.93%
G=64.12%
B=14.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63193450.6700.770.24112.762.1846.67
Hex3FC12D4304D18713e2f
Octal77301551030115301617657
Binary11111111000001101101100001101001101110001110001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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