#3BC73F

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

Shades of Lime Green #3BC73F

Tints of Lime Green #3BC73F

Color information

#3BC73F (or 0x3BC73F) is unknown color: approx Lime Green. HEX triplet: 3B, C7 and 3F. RGB value is (59,199,63). Sum of RGB (Red+Green+Blue) = 59+199+63=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC73F is #C438C0. Grayscale: #8E8E8E. Windows color (decimal): -12859585 or 4179771. OLE color: 4179771.

HSL color Cylindrical-coordinate representation of color #3BC73F: hue angle of 121.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC73F is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB5919963-
CMYK0.7000.680.22
HSL121.71º55.56%50.59%-
HSV(B)121.71º70.35%78.04%-
XYZ23.1242.1411.62-
YUV141.6483.6269.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 199 (78.12% from 255) = 61.99%
BLUE value IS 63 (25% from 255) = 19.63%
R=18.38%
G=61.99%
B=19.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal59199630.7000.680.22121.7155.5650.59
Hex3BC73F46044167a3833
Octal73307771060104261727063
Binary11101111000111111111100011001000100101101111010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,199,63); }

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

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

 a { background-color: rgb(59,199,63); }

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

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

 span { border-color: rgb(59,199,63); }

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