#3FBC46

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

Shades of Lime Green #3FBC46

Tints of Lime Green #3FBC46

Color information

#3FBC46 (or 0x3FBC46) is unknown color: approx Lime Green. HEX triplet: 3F, BC and 46. RGB value is (63,188,70). Sum of RGB (Red+Green+Blue) = 63+188+70=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC46 is #C043B9. Grayscale: #898989. Windows color (decimal): -12600250 or 4635711. OLE color: 4635711.

HSL color Cylindrical-coordinate representation of color #3FBC46: hue angle of 123.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC46 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB6318870-
CMYK0.6600.630.26
HSL123.36º49.8%49.22%-
HSV(B)123.36º66.49%73.73%-
XYZ21.1437.4711.91-
YUV137.1790.0975.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 188 (73.83% from 255) = 58.57%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=19.63%
G=58.57%
B=21.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63188700.6600.630.26123.3649.849.22
Hex3FBC464203F1A7b3231
Octal77274106102077321736261
Binary11111110111100100011010000100111111110101111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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